mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-24 22:08:24 +00:00
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
|