apiVersion: v1 kind: Service metadata: name: nginx-web namespace: default spec: selector: app: nginx-web ports: - name: http targetPort: 80 port: 80