enable annotations for external service

This commit is contained in:
Max Golionko 2022-07-19 13:34:17 +08:00 committed by GitHub
parent 548b055a43
commit 8b92b03d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -16,6 +16,7 @@ service:
enabled: false
type: LoadBalancer
port: 8080
annotations: {}
# Engine pods configuration
engine: