File tree Expand file tree Collapse file tree 9 files changed +8
-18
lines changed
Expand file tree Collapse file tree 9 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+
1716# Patterns to ignore when building packages.
1817# This supports shell glob matching, relative path matching, and
1918# negation (prefixed with !). Only one pattern per line.
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+
1716apiVersion : v1
1817name : knox
1918description : A Helm chart for Knox
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+
1716apiVersion : apps/v1
1817kind : Deployment
1918metadata :
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+ ---
1716{{- if .Values.autoscaling.enabled }}
1817apiVersion : autoscaling/v2
1918kind : HorizontalPodAutoscaler
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+ ---
1716{{- if .Values.ingress.enabled -}}
1817apiVersion : networking.k8s.io/v1
1918kind : Ingress
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+
1716apiVersion : v1
1817kind : Service
1918metadata :
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+ ---
1716{{- if .Values.serviceAccount.create -}}
1817apiVersion : v1
1918kind : ServiceAccount
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
15+
1716apiVersion : v1
1817kind : Pod
1918metadata :
Original file line number Diff line number Diff line change 1- #
21# Licensed to the Apache Software Foundation (ASF) under one or more
32# contributor license agreements. See the NOTICE file distributed with
43# this work for additional information regarding copyright ownership.
1312# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
16- #
1715replicaCount : 1
1816
1917image :
You can’t perform that action at this time.
0 commit comments