fix: update apiversion, some small fixes

This commit is contained in:
Vitalii Koretskyi
2021-10-29 14:33:28 +02:00
parent f04268e5fc
commit 1f17624bd6
9 changed files with 11 additions and 5 deletions
@@ -0,0 +1,16 @@
---
kind: Service
apiVersion: v1
metadata:
name: rabbitmq
labels:
app: rabbitmq
spec:
clusterIP: None
ports:
- name: amqp
protocol: TCP
port: 5672
targetPort: 5672
selector:
app: rabbitmq