first commit
This commit is contained in:
18
rabbitmq/service.yaml
Normal file
18
rabbitmq/service.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: rabbitmq
|
||||
namespace: app-notifications
|
||||
spec:
|
||||
ports:
|
||||
- port: 5672
|
||||
targetPort: 5672
|
||||
protocol: TCP
|
||||
name: amqp
|
||||
- port: 15672
|
||||
targetPort: 15672
|
||||
protocol: TCP
|
||||
name: management
|
||||
selector:
|
||||
app: rabbitmq
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user