Skip to content

Commit

Permalink
☀ projected k8s-manifests-github from 79e4775
Browse files Browse the repository at this point in the history
Source-holobranch: k8s-manifests-github
Source-commit: 79e4775
Source: 79e4775
  • Loading branch information
themightychris committed May 21, 2024
2 parents 87ad0a4 + 79e4775 commit 75eb9f6
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 75eb9f6

Please sign in to comment.