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

29 lines
768 B
YAML
Raw 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-05 14:08:32 +00:00
#annotations:
# kubernetes.io/tls-acme: "true"
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-06 10:38:10 +00:00
suitecrmPassword: "${suitecrm-password}"
#existingSecret: stackspin-suitecrm-variables
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"