feat: helmfileify rabbitmq

This commit is contained in:
2025-06-24 11:30:55 +02:00
parent 0cfb1bdef8
commit bba55ef84c
14 changed files with 107 additions and 189 deletions
@@ -5,7 +5,6 @@ auth:
existingPasswordSecret: prod-rabbitmq
password: ""
username: user
#clusterDomain: cluster.local
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
@@ -22,10 +21,3 @@ ingress:
secrets: []
selfSigned: false
tls: true
#persistence:
# accessModes:
# - ReadWriteOnce
# enabled: true
# existingClaim: ""
# size: 8Gi
# storageClass: ""
@@ -5,7 +5,6 @@ auth:
existingPasswordSecret: staging-rabbitmq
password: ""
username: user
#clusterDomain: cluster.local
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
@@ -28,11 +27,4 @@ ingress:
secrets: []
selfSigned: false
tls: true
#persistence:
# accessModes:
# - ReadWriteOnce
# enabled: true
# existingClaim: ""
# size: 8Gi
# storageClass: ""
@@ -1,4 +1,5 @@
clusterDomain: cluster.local
persistence:
accessModes:
- ReadWriteOnce