# services/zot/service.yaml apiVersion: v1 kind: Service metadata: name: zot namespace: zot labels: { app: zot } spec: type: ClusterIP selector: { app: zot } ports: - name: http port: 5000 targetPort: 5000