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:
|
metadata:
|
||||||
name: test
|
name: test
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.allowHTTP: "false"
|
kubernetes.io/ingress.allow-http: "false"
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
# This assumes tls-secret exists.
|
# This assumes tls-secret exists.
|
||||||
|
|
Loading…
Reference in a new issue