We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911f90e commit 1219c78Copy full SHA for 1219c78
helm/applications/skaha/templates/limit-range.yaml
@@ -0,0 +1,20 @@
1
+{{- with .Values.experimentalFeatures }}
2
+{{- if eq .enabled true }}
3
+{{- with .sessionLimitRange }}
4
5
+---
6
+apiVersion: v1
7
+kind: LimitRange
8
+metadata:
9
+ name: {{ $.Release.Name }}-session-limit-range
10
+ namespace: {{ $.Values.skahaWorkload.namespace }}
11
+spec:
12
+{{- with .limitSpec }}
13
+ limits:
14
+ - type: Container
15
+{{ . | toYaml | indent 6 }}
16
+{{- end }}
17
18
19
20
0 commit comments