apiVersion: v1 kind: Service metadata: creationTimestamp: null namespace: nginx labels: name: nginx name: nginx spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: run: nginx status: loadBalancer: {}