apiVersion: v1 kind: Service metadata: name: app namespace: grok-mirror spec: selector: app: gm ports: - name: web port: 8080 targetPort: 8080