2022-06-29 23:59:48 +01:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: stackspin-suitecrm-values
|
|
|
|
namespace: stackspout
|
|
|
|
data:
|
|
|
|
values.yaml: |
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2022-07-19 22:12:35 +01:00
|
|
|
primary: false
|
2022-06-29 23:59:48 +01:00
|
|
|
hostname: "people.${domain}"
|
|
|
|
tls: true
|
2022-07-03 18:07:52 +01:00
|
|
|
certManager: true
|
2022-07-06 10:24:04 +01:00
|
|
|
suitecrmUsername: "admin"
|
2022-07-06 10:16:49 +01:00
|
|
|
suitecrmEmail: "${admin_email}"
|
2022-07-20 09:23:08 +01:00
|
|
|
suitecrmPassword: "${password}"
|
2022-07-06 11:24:59 +01:00
|
|
|
mariadb:
|
|
|
|
auth:
|
2022-07-07 10:58:20 +01:00
|
|
|
password: "${mariadb_password}"
|
|
|
|
rootPassword: "${mariadb_root_password}"
|
2022-06-29 23:59:48 +01:00
|
|
|
# TODO Adjust OIDC SSO to service
|
|
|
|
# - name: Stackspin
|
|
|
|
# key: "${client_id}"
|
|
|
|
# secret: "${client_secret}"
|
|
|
|
# customAuthUrl: "https://people.${domain}/login/login"
|