Use /healthz and reuse labels in Helm chart (#7604)

This commit is contained in:
egvimo
2026-01-08 22:40:04 +01:00
committed by GitHub
parent ac7322ce56
commit 41f7ba903f
6 changed files with 12 additions and 32 deletions

View File

@@ -6,10 +6,7 @@ metadata:
annotations:
"helm.sh/hook": "pre-install"
labels:
app.kubernetes.io/name: {{ include "code-server.name" . }}
helm.sh/chart: {{ include "code-server.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- include "code-server.labels" . | nindent 4 }}
type: Opaque
data:
{{- if .Values.password }}