Skip to content

Commit

Permalink
☀ projected k8s-manifests-github from 18b4582
Browse files Browse the repository at this point in the history
Source-holobranch: k8s-manifests-github
Source-commit: 18b4582
Source: 18b4582
  • Loading branch information
themightychris committed May 10, 2023
2 parents 722a9e6 + 18b4582 commit f89ecec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-places/Ingress/third-places.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
labels:
app.kubernetes.io/component: application
app.kubernetes.io/instance: third-places
Expand All @@ -13,7 +14,6 @@ metadata:
name: third-places
namespace: third-places
spec:
ingressClassName: nginx
rules:
- host: third-places.live.k8s.phl.io
http:
Expand All @@ -28,4 +28,4 @@ spec:
tls:
- hosts:
- third-places.live.k8s.phl.io
secretName: choose-native-plants-tls
secretName: third-places-tls

0 comments on commit f89ecec

Please sign in to comment.