mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
@@ -42,6 +42,10 @@ spec:
|
|||||||
value: /opt/dashboard/helm/data
|
value: /opt/dashboard/helm/data
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
value: {{- ternary " 1" "" .Values.debug }}
|
value: {{- ternary " 1" "" .Values.debug }}
|
||||||
|
{{- if .Values.dashboard.namespace }}
|
||||||
|
- name: HELM_NAMESPACE
|
||||||
|
value: {{ .Values.dashboard.namespace }}
|
||||||
|
{{end}}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
@@ -77,5 +81,5 @@ spec:
|
|||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: {{ include "helm-dashboard.fullname" . }}
|
claimName: {{ include "helm-dashboard.fullname" . }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
emptyDir: {}
|
emptyDir: { }
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ resources:
|
|||||||
|
|
||||||
dashboard:
|
dashboard:
|
||||||
allowWriteActions: true
|
allowWriteActions: true
|
||||||
|
|
||||||
|
# default namespace for Helm operations
|
||||||
|
namespace: ""
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user