add n8n
This commit is contained in:
23
deploy/rocket-chat/values-custom.yaml
Normal file
23
deploy/rocket-chat/values-custom.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: registry.rocket.chat/rocketchat/rocket.chat
|
||||
|
||||
mongodb:
|
||||
enabled: true # For testing, deploy a single MongoDB pod; consider an external MongoDB cluster for production.
|
||||
auth:
|
||||
passwords:
|
||||
- rocketchat
|
||||
rootPassword: rocketchatroot
|
||||
|
||||
microservices:
|
||||
enabled: false # Set to false for a monolithic deployment
|
||||
host: chat.panic.haus # Replace with your Rocket.Chat domain
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx # Specify the installed ingress controller in the K8s cluster
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod # Replace with your ClusterIssuer name
|
||||
tls:
|
||||
- secretName: rckube # Use a different name if preferred
|
||||
hosts:
|
||||
- chat.panic.haus # Replace with your Rocket.Chat domain
|
||||
Reference in New Issue
Block a user