feat: helmfileify rabbitmq
This commit is contained in:
-8
@@ -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: ""
|
||||
-8
@@ -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
|
||||
Reference in New Issue
Block a user