mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-09 16:36:29 +00:00
f8a401cab9
Close #124.
12 lines
155 B
YAML
12 lines
155 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: rabbitmq
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 5672
|
|
protocol: TCP
|
|
selector:
|
|
app: rabbitmq
|