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

Remove forced TLS on mapcache and mapserver ingress

parent 679a129c
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx
```bash
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm install ingress-nginx ingress-nginx/ingress-nginx --set controller.metrics.enabled=true
helm install -n kube-system ingress-nginx ingress-nginx/ingress-nginx --set controller.metrics.enabled=true
```
### Local Path Configuration
......
......@@ -14,8 +14,8 @@ seed:
overlays: true
ingress:
enabled: true
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
# annotations:
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere.ssec.wisc.edu
paths: ["/mapcache"]
......
......@@ -5,8 +5,8 @@ tileSource:
existingClaim: "geosphere-tile-gen-shapefiles"
ingress:
enabled: true
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
# annotations:
# ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: geosphere.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