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