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: volume:
size: 20Gi size: 20Gi
additionalVolumes: additionalVolumes:
- - name: backup-monitoring-script
name: backup-monitoring-script
mountPath: /nso_scripts mountPath: /nso_scripts
volumeSource: volumeSource:
configMap: configMap:
@ -109,8 +108,7 @@ smardigo-connect:
defaultMode: 0777 defaultMode: 0777
targetContainers: targetContainers:
- postgres - postgres
- - name: pg-backup-script
name: pg-backup-script
mountPath: /scripts/postgres_backup.sh mountPath: /scripts/postgres_backup.sh
subPath: postgres_backup.sh subPath: postgres_backup.sh
volumeSource: volumeSource:
@ -119,8 +117,7 @@ smardigo-connect:
defaultMode: 0777 defaultMode: 0777
targetContainers: targetContainers:
- postgres - postgres
- - name: pg-reschedulebackup-script
name: pg-reschedulebackup-script
mountPath: /scripts/backup_retry.sh mountPath: /scripts/backup_retry.sh
subPath: backup_retry.sh subPath: backup_retry.sh
volumeSource: volumeSource:
@ -159,7 +156,7 @@ smardigo-connect:
process_search_client_enabled: true process_search_client_enabled: true
mail: mail:
properties: properties:
allowed_domains: 'netgo.de' allowed_domains: "netgo.de"
ocr: ocr:
enabled: true enabled: true
four_eyes_principle_deletion: true four_eyes_principle_deletion: true
@ -214,6 +211,8 @@ smardigo-wordpress:
- hosts: - hosts:
- "*.connect-wordpress-nsodev-prodwork01.smardigo.digital" - "*.connect-wordpress-nsodev-prodwork01.smardigo.digital"
secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls" 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" 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: commonLabels:
app: wordpress app: wordpress

Loading…
Cancel
Save