apiVersion: v1 kind: Service metadata: labels: run: gallery name: gallery spec: ports: - name: "80" port: 80 targetPort: 80 selector: run: gallery