NOTICKET: Fix wordpress ingress ip whitelist

cusqa
MIchael Haehnel 2 years ago
parent b4682ae102
commit 37a17c9d1d
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -100,8 +100,7 @@ smardigo-connect:
volume:
size: 20Gi
additionalVolumes:
-
name: backup-monitoring-script
- name: backup-monitoring-script
mountPath: /nso_scripts
volumeSource:
configMap:
@ -109,8 +108,7 @@ smardigo-connect:
defaultMode: 0777
targetContainers:
- postgres
-
name: pg-backup-script
- name: pg-backup-script
mountPath: /scripts/postgres_backup.sh
subPath: postgres_backup.sh
volumeSource:
@ -119,8 +117,7 @@ smardigo-connect:
defaultMode: 0777
targetContainers:
- postgres
-
name: pg-reschedulebackup-script
- name: pg-reschedulebackup-script
mountPath: /scripts/backup_retry.sh
subPath: backup_retry.sh
volumeSource:
@ -159,7 +156,7 @@ smardigo-connect:
process_search_client_enabled: true
mail:
properties:
allowed_domains: 'netgo.de'
allowed_domains: "netgo.de"
ocr:
enabled: true
four_eyes_principle_deletion: true
@ -211,9 +208,11 @@ smardigo-wordpress:
- name: "*.connect-wordpress-nsodev-prodwork01.smardigo.digital"
path: /
extraTls:
- hosts:
- "*.connect-wordpress-nsodev-prodwork01.smardigo.digital"
secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls"
- hosts:
- "*.connect-wordpress-nsodev-prodwork01.smardigo.digital"
secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls"
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,92.42.192.9/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32"
customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32"
commonLabels:
app: wordpress

Loading…
Cancel
Save