Skip to content

Commit

Permalink
Merge pull request #69 from CodeForPhilly/releases/k8s-manifests
Browse files Browse the repository at this point in the history
Deploy releases/k8s-manifests 75eb9f6
  • Loading branch information
themightychris authored May 21, 2024
2 parents 1d7754e + 75eb9f6 commit 34f0031
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions balancer/Ingress/balancer-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
name: balancer-ingress
namespace: balancer
spec:
Expand All @@ -17,13 +18,7 @@ spec:
name: http
path: /
pathType: Prefix
- host: balancertestsite.com
http:
paths:
- backend:
service:
name: frontend
port:
name: http
path: /
pathType: Prefix
tls:
- hosts:
- balancer.sandbox.k8s.phl.io
secretName: balancer-tls

0 comments on commit 34f0031

Please sign in to comment.