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