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 9f628b4 commit 5841986Copy full SHA for 5841986
charts/zumble/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: zumble
3
type: application
4
-version: 1.0.0
+version: 1.1.0
5
appVersion: v0.1.3
charts/zumble/templates/deployment.yaml
@@ -34,6 +34,9 @@ spec:
34
{{- toYaml .Values.securityContext | nindent 12 }}
35
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
36
imagePullPolicy: {{ .Values.image.pullPolicy }}
37
+ env:
38
+ - name: RUST_LOG
39
+ value: {{ .Values.logLevel }}
40
envFrom:
41
- secretRef:
42
name: {{ include "zumble.fullname" . }}
charts/zumble/values.yaml
@@ -61,6 +61,8 @@ tolerations: []
61
62
affinity: {}
63
64
+logLevel: info
65
+
66
api:
67
username: admin
68
password: changeme
0 commit comments