Skip to content

Commit

Permalink
fix: copypasta errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Nov 17, 2023
1 parent d04a34c commit 1a41f1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
10 changes: 10 additions & 0 deletions chart/values.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
ingress:
hostname: jobmgr.mmli1.ncsa.illinois.edu
tls: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/tls-acme: "true"
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.middlewares: oauth2-proxy-cors-header@kubernetescrd

jobSubmitIngress:
ingressClassName: traefik
hostname: jobmgr.mmli1.ncsa.illinois.edu
tls: true
annotations:
Expand Down
11 changes: 5 additions & 6 deletions chart/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ ingress:
traefik.ingress.kubernetes.io/router.middlewares: staging-cors-header@kubernetescrd

jobSubmitIngress:
#ingressClassName: nginx
ingressClassName: traefik
hostname: jobmgr.proxy.localhost
tls: false
hostname: jobmgr.staging.mmli1.ncsa.illinois.edu
tls: true
annotations:
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://clean.proxy.localhost,https://molli.proxy.localhost,http://localhost:4200"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/tls-acme: "true"
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.middlewares: staging-cors-header@kubernetescrd,staging-jobmgr-submit-ip-ratelimit@kubernetescrd


Expand Down

0 comments on commit 1a41f1b

Please sign in to comment.