Skip to content

Commit

Permalink
Add global dns cname to ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rcsb committed Aug 30, 2024
1 parent 9197293 commit 4e5820a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: idmapper-a.rcsb.org
paths:
- path: /
pathType: ImplementationSpecific
hostsB:
- host: idmapper-b.east.k8s.rcsb.org
paths:
Expand All @@ -120,14 +124,20 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: idmapper-b.rcsb.org
paths:
- path: /
pathType: ImplementationSpecific
tls:
secretName: rcsb-idmapper-tls
hostsA:
- idmapper-a.east.k8s.rcsb.org
- idmapper-a.west.k8s.rcsb.org
- idmapper-a.rcsb.org
hostsB:
- idmapper-b.east.k8s.rcsb.org
- idmapper-b.west.k8s.rcsb.org
- idmapper-b.rcsb.org

# Define resource limits for your application. Especially important if you enable autoscaling for this Helm chart.
# Deploy without limits first to test the application performance, then tune afterwards to ensure that autoscaling
Expand Down

0 comments on commit 4e5820a

Please sign in to comment.