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:
name: test
annotations:
kubernetes.io/ingress.allowHTTP: "false"
kubernetes.io/ingress.allow-http: "false"
spec:
tls:
# This assumes tls-secret exists.