Skip to content

Commit

Permalink
Add IP rule to next scicat
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 19, 2024
1 parent 43f6a1b commit 1797950
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions helm/configs/backend-next/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
envValue: development

host: scicat.development.psi.ch

ingress:
annotations:
b64/nginx.ingress.kubernetes.io/whitelist-source-range: "{{ .Values.secretsJson.OPENEM_WHITELISTED_IPS }}"
6 changes: 5 additions & 1 deletion helm/configs/frontend-next/development/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
host: discovery.development.psi.ch
host: discovery.development.psi.ch

ingress:
annotations:
b64/nginx.ingress.kubernetes.io/whitelist-source-range: "{{ .Values.secretsJson.OPENEM_WHITELISTED_IPS }}"

0 comments on commit 1797950

Please sign in to comment.