File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1313 {{- include "devolutions-server.selectorLabels" . | nindent 6 }}
1414 template :
1515 metadata :
16+ {{- with .Values.podAnnotations }}
17+ annotations :
18+ {{- toYaml . | nindent 8 }}
19+ {{- end }}
1620 labels :
1721 {{- include "devolutions-server.selectorLabels" . | nindent 8 }}
1822 spec :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ metadata:
44 name : {{ include "devolutions-server.fullname" . }}
55 labels :
66 {{- include "devolutions-server.labels" . | nindent 4 }}
7+ {{- with .Values.service.annotations }}
8+ annotations :
9+ {{- toYaml . | nindent 4 }}
10+ {{- end }}
711spec :
812 type : {{ .Values.service.type }}
913 ports :
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ service:
8585 type : ClusterIP
8686 port : 5000
8787 targetPort : 5000
88+ annotations : {}
89+
90+ # Pod annotations
91+ podAnnotations : {}
8892
8993# HTTPRoute (Gateway API) configuration
9094httproute :
You can’t perform that action at this time.
0 commit comments