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