enable annotations for external service
This commit is contained in:
parent
548b055a43
commit
8b92b03d42
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ metadata:
|
|||
name: {{ include "oncall.engine.fullname" . }}-external
|
||||
labels:
|
||||
{{- include "oncall.engine.labels" . | nindent 4 }}
|
||||
{{- with .Values.service.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ service:
|
|||
enabled: false
|
||||
type: LoadBalancer
|
||||
port: 8080
|
||||
annotations: {}
|
||||
|
||||
# Engine pods configuration
|
||||
engine:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue