Skip to content

Commit

Permalink
Whitelist all IPs for scilog
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 16, 2023
1 parent 87445f0 commit 6208381
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/configs/backend/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
host: scilog.development.psi.ch

ingress:
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
6 changes: 6 additions & 0 deletions helm/configs/frontend/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
host: scilog.development.psi.ch

ingress:
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0

config: |
{
"lbBaseURL": "https://scilog.development.psi.ch/api/v1/",
Expand Down

0 comments on commit 6208381

Please sign in to comment.