We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cf867 commit bba1840Copy full SHA for bba1840
manifests/bucketeer/charts/web/templates/multi-cluster-service.yaml
@@ -10,7 +10,7 @@ metadata:
10
release: {{ template "web.fullname" . }}
11
heritage: {{ .Release.Service }}
12
annotations:
13
- cloud.google.com/backend-config: '{"default": "{{ template "web.fullname" . }}"}'
+ cloud.google.com/backend-config: '{"ports": {"{{ .Values.service.httpPort }}":"{{ template "web.fullname" . }}"}}'
14
networking.gke.io/app-protocols: '{"http-service":"HTTP2"}'
15
cloud.google.com/neg: '{"ingress": true}'
16
spec:
0 commit comments