This commit is contained in:
jooho
2021-12-30 17:50:22 +09:00
parent c62eb513e4
commit c8e6106271
13 changed files with 26 additions and 42 deletions

View File

@@ -8,6 +8,7 @@ metadata:
app: rabbitmq
name: rabbitmq-service
spec:
type: NodePort
selector:
env: production
tier: backend
@@ -18,7 +19,9 @@ spec:
protocol: TCP
port: 5672
targetPort: 5672
nodePort: 30003
- name: http-15672
protocol: TCP
port: 15672
targetPort: 15672
targetPort: 15672
nodePort: 30004