Skip to content

Commit 34f0031

Browse files
Merge pull request #69 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests 75eb9f6
2 parents 1d7754e + 75eb9f6 commit 34f0031

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

balancer/Ingress/balancer-ingress.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
annotations:
5-
nginx.ingress.kubernetes.io/rewrite-target: /
5+
cert-manager.io/cluster-issuer: letsencrypt-prod
6+
kubernetes.io/ingress.class: nginx
67
name: balancer-ingress
78
namespace: balancer
89
spec:
@@ -17,13 +18,7 @@ spec:
1718
name: http
1819
path: /
1920
pathType: Prefix
20-
- host: balancertestsite.com
21-
http:
22-
paths:
23-
- backend:
24-
service:
25-
name: frontend
26-
port:
27-
name: http
28-
path: /
29-
pathType: Prefix
21+
tls:
22+
- hosts:
23+
- balancer.sandbox.k8s.phl.io
24+
secretName: balancer-tls

0 commit comments

Comments
 (0)