apiVersion: v1 kind: Service metadata: name: registry-cache namespace: registry-cache spec: selector: app: registry-cache ports: - port: 5000 targetPort: 5000 protocol: TCP type: ClusterIP