|
|
|
@ -36,7 +36,7 @@ tenant:
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
|
|
cert-manager.io/issue-temporary-certificate: "true"
|
|
|
|
cert-manager.io/issue-temporary-certificate: "true"
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP # service minio maps 443 to 9000(HTTP)
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
nginx.ingress.kubernetes.io/whitelist-source-range: >-
|
|
|
|
nginx.ingress.kubernetes.io/whitelist-source-range: >-
|
|
|
|
@ -68,10 +68,9 @@ smardigo-connect:
|
|
|
|
connect:
|
|
|
|
connect:
|
|
|
|
domain: connect-nsodev-prodwork01.smardigo.digital
|
|
|
|
domain: connect-nsodev-prodwork01.smardigo.digital
|
|
|
|
oidc:
|
|
|
|
oidc:
|
|
|
|
client_id: nsodev
|
|
|
|
client_id: nsodev-connect
|
|
|
|
registration_id: nsodev
|
|
|
|
registration_id: nsodev-connect
|
|
|
|
#issuer_host: prodwork01-keycloak-01-keycloak.smardigo.digital
|
|
|
|
issuer_host: prodwork01-keycloak-01-keycloak.smardigo.digital
|
|
|
|
issuer_host: prodnso-keycloak-01.smardigo.digital
|
|
|
|
|
|
|
|
realm: mobene
|
|
|
|
realm: mobene
|
|
|
|
iam:
|
|
|
|
iam:
|
|
|
|
iam_module: external
|
|
|
|
iam_module: external
|
|
|
|
@ -96,19 +95,23 @@ smardigo-wordpress:
|
|
|
|
- name: WORDPRESS_DEBUG
|
|
|
|
- name: WORDPRESS_DEBUG
|
|
|
|
value: "1"
|
|
|
|
value: "1"
|
|
|
|
- name: AUTH_API
|
|
|
|
- name: AUTH_API
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital"
|
|
|
|
value: "https://prodnso-keycloak-01.smardigo.digital"
|
|
|
|
- name: RESOURCE_API
|
|
|
|
- name: RESOURCE_API
|
|
|
|
value: "https://connect-nsodev-prodwork01.smardigo.digital"
|
|
|
|
value: "https://connect-nsodev-prodwork01.smardigo.digital"
|
|
|
|
- name: REALM_ID
|
|
|
|
- name: REALM_ID
|
|
|
|
value: "mobene"
|
|
|
|
value: "mobene"
|
|
|
|
- name: REGISTRATION_ID
|
|
|
|
- name: REGISTRATION_ID
|
|
|
|
value: "nsodev-connect"
|
|
|
|
value: "nsodev"
|
|
|
|
- name: CLIENT_ID
|
|
|
|
- name: CLIENT_ID
|
|
|
|
value: "nsodev-connect"
|
|
|
|
value: "nsodev"
|
|
|
|
- name: SK_NRW_ISSUER
|
|
|
|
- name: SK_NRW_ISSUER
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
value: "https://prodnso-keycloak-01.smardigo.digital/auth/realms/mobene"
|
|
|
|
- name: SK_NRW_PROVIDER_URL
|
|
|
|
- name: SK_NRW_PROVIDER_URL
|
|
|
|
value: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/realms/mobene"
|
|
|
|
value: "https://prodnso-keycloak-01.smardigo.digital/auth/realms/mobene"
|
|
|
|
|
|
|
|
- name: SMARDIGO_AUTH_TOKEN_NAME
|
|
|
|
|
|
|
|
value: Smardigo-User-Token
|
|
|
|
|
|
|
|
- name: SMARDIGO_AUTH_TOKEN_VALUE
|
|
|
|
|
|
|
|
value: "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..A93BRVZeje5TpKXBnqe9Yw.opl_KPeN-VBvjFpRoCAAmC_RfMsHzbGP52gcDJj5ARY._4pGyajqMyjE0aIqFlZhZg"
|
|
|
|
customPostInitScripts:
|
|
|
|
customPostInitScripts:
|
|
|
|
install-plugins.sh: |
|
|
|
|
install-plugins.sh: |
|
|
|
|
#!/bin/bash
|
|
|
|
#!/bin/bash
|
|
|
|
|