Adds zulip app.
This commit is contained in:
12
zulip/versions/9/service-rabbitmq.yaml
Normal file
12
zulip/versions/9/service-rabbitmq.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: zulip-rabbitmq
|
||||
namespace: {{ .namespace }}
|
||||
spec:
|
||||
selector:
|
||||
component: rabbitmq
|
||||
ports:
|
||||
- port: 5672
|
||||
targetPort: 5672
|
||||
name: amqp
|
||||
Reference in New Issue
Block a user