We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8108e commit 400da5fCopy full SHA for 400da5f
2 files changed
charts/builder/templates/builder-service.yaml
@@ -2,6 +2,10 @@ apiVersion: v1
2
kind: Service
3
metadata:
4
name: drycc-builder
5
+ annotations:
6
+ {{- with .Values.service.annotations }}
7
+ {{- toYaml . | nindent 4 }}
8
+ {{- end }}
9
labels:
10
heritage: drycc
11
spec:
charts/builder/values.yaml
@@ -3,6 +3,8 @@ imagePullPolicy: "Always"
imageTag: "canary"
imageRegistry: "docker.io"
service:
+ # Provide any additional service annotations
+ annotations: {}
# Service type default to LoadBalancer
type: ClusterIP
# If service.type is not set to NodePort, the following statement will be ignored.
0 commit comments