|
|
|
|
@ -101,6 +101,42 @@ wordpress:
|
|
|
|
|
kubernetes.io/metadata.name: ingress
|
|
|
|
|
podSelector:
|
|
|
|
|
app.kubernetes.io/name: ingress-nginx
|
|
|
|
|
multisite:
|
|
|
|
|
enable: true
|
|
|
|
|
host: connect-wordpress-nsodev-prodwork01.smardigo.digital
|
|
|
|
|
networkType: subdomain
|
|
|
|
|
enableNipIoRedirect: false
|
|
|
|
|
extraEnvVars:
|
|
|
|
|
- name: WORDPRESS_DEBUG
|
|
|
|
|
value: "1"
|
|
|
|
|
- name: AUTH_API
|
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital"
|
|
|
|
|
- name: RESOURCE_API
|
|
|
|
|
value: "https://connect-nsodev-prodwork01.smardigo.digital"
|
|
|
|
|
- name: REALM_ID
|
|
|
|
|
value: "mobene"
|
|
|
|
|
- name: REGISTRATION_ID
|
|
|
|
|
value: "nsodev-connect"
|
|
|
|
|
- name: CLIENT_ID
|
|
|
|
|
value: "nsodev-connect"
|
|
|
|
|
- name: CLIENT_SECRET
|
|
|
|
|
valie: "nsodev-connect"
|
|
|
|
|
- name: CLIENT_USERNAME
|
|
|
|
|
value: "buergerportal"
|
|
|
|
|
- name: CLIENT_PASSWORD
|
|
|
|
|
value: "Buerger?P0rtal."
|
|
|
|
|
- name: SK_NRW_ISSUER
|
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
|
- name: SK_NRW_PROVIDER_URL
|
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
|
- name: SK_NRW_CLIENT_ID
|
|
|
|
|
value: "nsodev-connect"
|
|
|
|
|
- name: SK_NRW_CLIENT_SECRET
|
|
|
|
|
value: "nsodev-connect"
|
|
|
|
|
- name: SMARDIGO_AUTH_TOKEN_NAME
|
|
|
|
|
value: "Smardigo-User-Token"
|
|
|
|
|
- name: SMARDIGO_AUTH_TOKEN_VALUE
|
|
|
|
|
value: "eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..ejWrO_C8TzBHqWf1tGksYw.bj8cwacehAUkvtd58LOtvK4IXF8lozoowtb51hyFsQw.Y4YQozwBWRrYi7HjPczCzA"
|
|
|
|
|
ingress:
|
|
|
|
|
enabled: true
|
|
|
|
|
ingressClassName: nginx
|
|
|
|
|
@ -111,7 +147,7 @@ wordpress:
|
|
|
|
|
annotations:
|
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
|
|
|
cert-manager.io/issue-temporary-certificate: "true"
|
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
|
tls: true
|
|
|
|
|
|