diff --git a/helm/zeno/templates/ingress.yaml b/helm/zeno/templates/ingress.yaml index ebe7620..6281288 100644 --- a/helm/zeno/templates/ingress.yaml +++ b/helm/zeno/templates/ingress.yaml @@ -9,10 +9,10 @@ metadata: spec: # tls: # - hosts: - # - {{ .Values.ingress.host }} + # - {{ .Values.api.host }} # secretName: {{ .Release.Name }}-tls rules: - # - host: {{ .Values.ingress.host }} + # - host: {{ .Values.api.host }} # http: # paths: # - path: / diff --git a/helm/zeno/values.yaml b/helm/zeno/values.yaml index b7846a4..bec8357 100644 --- a/helm/zeno/values.yaml +++ b/helm/zeno/values.yaml @@ -6,3 +6,6 @@ secrets: langfuse: host: langfuse.zeno.ds.io + +api: + host: api.zeno.ds.io