chore: remove ssl redirect since ingress controller handles that

This commit is contained in:
2020-12-05 14:34:31 +01:00
parent e2e1072465
commit 3c45790cc3
4 changed files with 33 additions and 15 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: lingonpaj-site-ingress
annotations:
kubernetes.io/ingress.class: "nginx"
ingress.kubernetes.io/enable-cors: "true"
spec:
rules:
- host: "local-lingonpaj.unbound.se"
http:
paths:
- path: /
backend:
serviceName: lingonpaj-site
servicePort: 80