GCE ingress http-only annotation naming fix
This commit is contained in:
parent
1abf443742
commit
c2d56dc685
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ kind: Ingress
|
|||
metadata:
|
||||
name: test
|
||||
annotations:
|
||||
kubernetes.io/ingress.allowHTTP: "false"
|
||||
kubernetes.io/ingress.allow-http: "false"
|
||||
spec:
|
||||
tls:
|
||||
# This assumes tls-secret exists.
|
||||
|
|
Loading…
Reference in a new issue