devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prod-rabbitmq-nodeport
|
||||
namespace: rabbitmq
|
||||
spec:
|
||||
ports:
|
||||
- name: amqp
|
||||
nodePort: 30672
|
||||
port: 5672
|
||||
protocol: TCP
|
||||
targetPort: 5672
|
||||
- name: amqp-http
|
||||
nodePort: 30673
|
||||
port: 15672
|
||||
protocol: TCP
|
||||
targetPort: 15672
|
||||
selector:
|
||||
app.kubernetes.io/instance: prod-rabbitmq
|
||||
app.kubernetes.io/name: rabbitmq
|
||||
type: NodePort
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: staging-rabbitmq-nodeport
|
||||
namespace: rabbitmq
|
||||
spec:
|
||||
ports:
|
||||
- name: amqp
|
||||
nodePort: 31672
|
||||
port: 5672
|
||||
protocol: TCP
|
||||
targetPort: 5672
|
||||
- name: amqp-http
|
||||
nodePort: 31673
|
||||
port: 15672
|
||||
protocol: TCP
|
||||
targetPort: 15672
|
||||
selector:
|
||||
app.kubernetes.io/instance: staging-rabbitmq
|
||||
app.kubernetes.io/name: rabbitmq
|
||||
type: NodePort
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
replicaCount: 2
|
||||
auth:
|
||||
erlangCookie: prod-rabbitmq
|
||||
existingErlangSecret: prod-rabbitmq
|
||||
existingPasswordSecret: prod-rabbitmq
|
||||
password: ""
|
||||
username: user
|
||||
clusterDomain: cluster.local
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
enabled: true
|
||||
extraHosts: []
|
||||
extraPaths: []
|
||||
extraRules: []
|
||||
hostname: rabbitmq.srv.oceanbox.io
|
||||
ingressClassName: ""
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
secrets: []
|
||||
selfSigned: false
|
||||
tls: true
|
||||
persistence:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
enabled: true
|
||||
existingClaim: ""
|
||||
size: 8Gi
|
||||
storageClass: ""
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
auth:
|
||||
erlangCookie: staging-rabbitmq
|
||||
existingErlangSecret: staging-rabbitmq
|
||||
existingPasswordSecret: staging-rabbitmq
|
||||
password: ""
|
||||
username: user
|
||||
clusterDomain: cluster.local
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
atlantis.oceanbox.io/expose: internal
|
||||
enabled: true
|
||||
extraHosts: []
|
||||
extraPaths: []
|
||||
extraRules: []
|
||||
hostname: rabbitmq.beta.oceanbox.io
|
||||
ingressClassName: ""
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
secrets: []
|
||||
selfSigned: false
|
||||
tls: true
|
||||
persistence:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
enabled: true
|
||||
existingClaim: ""
|
||||
size: 8Gi
|
||||
storageClass: ""
|
||||
|
||||
Reference in New Issue
Block a user