Files
myceliumcloud-examples/examples/nginx-mycelium/nginx-mycelium-service.yaml

16 lines
248 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx-mycelium
labels:
app: nginx-mycelium
spec:
type: NodePort
ports:
- name: http
nodePort: 30090
port: 80
protocol: TCP
targetPort: 80
selector:
app: nginx-mycelium