Skip to content
Snippets Groups Projects
Verified Commit 5c98178b authored by David Hoese's avatar David Hoese
Browse files

Remove "force" from ingress annotation

parent a90f8fcf
No related branches found
No related tags found
No related merge requests found
......@@ -214,5 +214,8 @@ section of the `Ingress` definition.
```yaml
ingress:
annotations:
ingress.kubernetes.io/force-ssl-redirect: "true"
ingress.kubernetes.io/ssl-redirect: "true"
```
Note: this annotation applies to the traefik ingress controller and may not
be the same for nginx or other ingress controllers installed on a cluster.
ingress:
enabled: true
annotations:
ingress.kubernetes.io/force-ssl-redirect: "true"
ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere-test.ssec.wisc.edu
paths: ["/"]
......
......@@ -15,7 +15,7 @@ seed:
ingress:
enabled: true
annotations:
ingress.kubernetes.io/force-ssl-redirect: "true"
ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere-test.ssec.wisc.edu
paths: ["/mapcache"]
......
......@@ -13,7 +13,7 @@ source:
ingress:
enabled: true
annotations:
ingress.kubernetes.io/force-ssl-redirect: "true"
ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere-test.ssec.wisc.edu
paths: ["/wms", "/wms_times"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment