1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

feat(chart): Support Service Annotations

Support service annotations which can be helpful when running planka in
a cloud provider
This commit is contained in:
JOE-PC\JoeKe 2024-10-01 09:06:28 -04:00 committed by Joe Kerstanoff
parent 0b729bf4b3
commit 96943b9918
2 changed files with 5 additions and 0 deletions

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:

View file

@ -54,6 +54,7 @@ securityContext: {}
# runAsUser: 1000
service:
annotations: {}
type: ClusterIP
port: 1337
## @param service.containerPort Planka HTTP container port