apiVersion: v1 kind: Service metadata: name: redlib spec: ports: - name: web port: 80 targetPort: web selector: app: redlib