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:
parent
0b729bf4b3
commit
96943b9918
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -54,6 +54,7 @@ securityContext: {}
|
|||
# runAsUser: 1000
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
type: ClusterIP
|
||||
port: 1337
|
||||
## @param service.containerPort Planka HTTP container port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue