Skip to content

Commit

Permalink
Update values.prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Jan 8, 2024
1 parent 741d16a commit b3c384c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/values.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ingress:
hostname: jobmgr.mmli1.ncsa.illinois.edu
hostname: jobmgr.platform.moleculemaker.org
tls: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
Expand Down Expand Up @@ -117,7 +117,8 @@ config:
server:
protocol: "https"
## API hostname. Must match the ingress.hostname value.
hostName: "jobmgr.mmli1.ncsa.illinois.edu"
## Suffix must match CLEAN + MOLLI prod for user auth to work
hostName: "jobmgr.platform.moleculemaker.org"
namespace: "alphasynthesis"
oauth:
userInfoUrl: "http://oauth2-proxy.oauth2-proxy.svc.cluster.local/oauth2/userinfo"
Expand Down

0 comments on commit b3c384c

Please sign in to comment.