apiVersion: v1 kind: Service metadata: name: svc-nginx spec: selector: app: app-nginx type: "NodePort" ports: - port: 8080 targetPort: 80