You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.9 KiB
56 lines
1.9 KiB
image:
|
|
repository: quay.io/wundercomm/node-red
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "2.2.2-16-wundercomm-r1"
|
|
|
|
# s3:
|
|
# s3AccessKeyId: "AKIAVWWRY6JXKIB5UM7X"
|
|
# s3SecretAccessKey: "sTxJ7NCojqSoGiA923Y/aBe34yqpyQUPldDcFFQp"
|
|
# s3Bucket: "nodered-k3s-sapian-cloud"
|
|
# s3AppName: "nodered-k3s-sapian-cloud"
|
|
# s3Region: "us-east-1"
|
|
# s3Endpoint: "https://s3-website-us-east-1.amazonaws.com"
|
|
# s3ForcePathStyle: 0
|
|
# s3SignatureVersion: "v4"
|
|
|
|
s3:
|
|
s3AccessKeyId: "GOOG1E6ESSF67GBLJ6YVVMZB6JWXUQAXQ6WKX3OJLCWOXLMLDEXNYIY6EIENY"
|
|
s3SecretAccessKey: "9hM071vl9NlNM4prTCb9NjBzinzGXF1MR2MwR2+v"
|
|
s3Bucket: "nodered-voe-dialbox-cloud"
|
|
s3AppName: "nodered-k3s-sapian-cloud"
|
|
s3Region: "auto"
|
|
s3Endpoint: "https://storage.googleapis.com"
|
|
s3ForcePathStyle: 0
|
|
s3SignatureVersion: "v4"
|
|
|
|
keycloak:
|
|
clientID: "nodered-sapian-cloud"
|
|
clientSecret: "275a0bdd-2548-49bb-8f1c-1c3469200fc2"
|
|
host: "https://accounts.sapian.cloud"
|
|
realm: "sapian.com.co"
|
|
callbackUrl: "https://nodered.sapian.cloud/auth/strategy/callback"
|
|
authorizationUrl: "https://accounts.sapian.cloud/auth/realms/sapian.com.co/protocol/openid-connect/auth"
|
|
tokenUrl: "https://accounts.sapian.cloud/auth/realms/sapian.com.co/protocol/openid-connect/token"
|
|
userInfoUrl: "https://accounts.sapian.cloud/auth/realms/sapian.com.co/protocol/openid-connect/userinfo"
|
|
label: "Sign in with accounts.sapian.cloud"
|
|
|
|
ingress:
|
|
enabled: enable
|
|
className: ""
|
|
annotations:
|
|
kubernetes.io/ingress.class: "traefik"
|
|
# kubernetes.io/tls-acme: "true"
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
cert-manager.io/cluster-issuer: letsencrypt-production-issuer
|
|
hosts:
|
|
- host: nodered.sapian.cloud
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- secretName: nodered-sapian-cloud-tls-le
|
|
hosts:
|
|
- nodered.sapian.cloud
|