GCE ingress http-only annotation naming fix

This commit is contained in:
Siva Manivannan 2016-08-02 00:10:24 -05:00
parent 1abf443742
commit c2d56dc685

View file

@ -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.