Add UI Pod

This commit is contained in:
kevin.tumma@knecon.com 2023-12-11 13:11:55 +01:00
parent 7ac58adf2c
commit 8d0f42a8f1

View File

@ -32,6 +32,7 @@ spec:
requests:
cpu: "500m"
memory: "4096Mi"
{{- if and (.Values.dvc) (.Values.dvc.sshKey) }}
volumeMounts:
- mountPath: /keys
name: ssh-keys-dvc
@ -42,4 +43,5 @@ spec:
secret:
defaultMode: 0400
secretName: ssh-keys-dvc
{{- end }}
{{- end }}