This commit is contained in:
jooho
2021-12-26 17:08:41 +09:00
parent d6e543eb24
commit 628f2ace5a
97 changed files with 3958 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: rabbitmq
labels:
env: production
tier: backend
app: rabbitmq
name: rabbitmq-service
spec:
selector:
env: production
tier: backend
app: rabbitmq
name: rabbitmq-pod
ports:
- name: http-5672
protocol: TCP
port: 5672
targetPort: 5672
- name: http-15672
protocol: TCP
port: 15672
targetPort: 15672