stackspout/apps/people/suitecrm/suitecrm-values-configmap.yaml

26 lines
666 B
YAML
Raw Permalink Normal View History

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
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:
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"