feat: Support for service annotations in Helm (#903)

Closes #902
This commit is contained in:
JoeKer1
2024-10-02 12:30:55 +02:00
committed by GitHub
parent e75a17b0da
commit 451207d0fc
3 changed files with 7 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ metadata:
name: {{ include "planka.fullname" . }}
labels:
{{- include "planka.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports: