Skip to content

Commit 1c504b5

Browse files
authored
Actually use backend config (#3876)
## Motivation We were defining this config, but AFAIU we weren't actually using it ## Proposal Use the config ## Test Plan Deployed a network with this change ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent 6777d65 commit 1c504b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes/linera-validator/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: Ingress
44
metadata:
55
name: validator-ingress
66
annotations:
7+
cloud.google.com/backend-config: '{"default":"proxy-backend-config"}'
78
kubernetes.io/ingress.global-static-ip-name: {{ .Values.staticIpGcpName }}
89
networking.gke.io/managed-certificates: managed-cert
910
spec.ingressClassName: "gce"

0 commit comments

Comments
 (0)