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
|
|
|
|
annotations:
|
2022-06-30 07:24:12 +00:00
|
|
|
kubernetes.io/tls-acme: "true"
|
2022-07-03 16:48:45 +00:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-issuer-staging
|
2022-06-29 22:59:48 +00:00
|
|
|
hostname: "people.${domain}"
|
|
|
|
tls: true
|
2022-07-03 17:07:52 +00:00
|
|
|
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"
|