diff --git a/helm/zeno/templates/service.yaml b/helm/zeno/templates/service.yaml index ef3c330..c984073 100644 --- a/helm/zeno/templates/service.yaml +++ b/helm/zeno/templates/service.yaml @@ -7,6 +7,9 @@ metadata: component: api spec: type: ClusterIP + selector: + app: zeno + component: api ports: - port: 8000 targetPort: http