Merge pull request #251 from k1rk/service-and-ingress-annotations

[helm] enable annotations for external service
This commit is contained in:
Matvey Kukuy 2022-07-20 12:16:12 +03:00 committed by GitHub
commit 47ffdb6d11
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: