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

21 lines
493 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-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"