16 lines
259 B
YAML
16 lines
259 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: rabbitmq-np
|
|
namespace: nocr
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: hello-world-server-0
|
|
ports:
|
|
- name: hello-world-server-0
|
|
protocol: TCP
|
|
port: 15672
|
|
targetPort: 15672
|
|
nodePort: 30001
|