Skip to content

Commit

Permalink
Merge pull request #11 from scientist-softserv/keep-our-url-plus-theirs
Browse files Browse the repository at this point in the history
TEST: Add back our url to see if they both need to be there
  • Loading branch information
aprilrieger authored Jul 8, 2024
2 parents 58f9459 + 3c6e217 commit 046d1f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ readinessProbe:
ingress:
enabled: true
hosts:
- host: princeton-manifold-production.softserv.cloud
paths:
- path: /
pathType: ImplementationSpecific
- host: openpublishing.princeton.edu
paths:
- path: /
Expand All @@ -34,6 +38,7 @@ ingress:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
tls:
- hosts:
- princeton-manifold-production.softserv.cloud
- openpublishing.princeton.edu
secretName: production-princeton-manifold-tls

Expand Down

0 comments on commit 046d1f1

Please sign in to comment.