apiVersion: v1 kind: Service metadata: labels: app: website name: website spec: ports: - name: http port: 80 targetPort: http selector: app: website