Skip to content

Commit

Permalink
define a placeholder value for api host
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 26, 2024
1 parent 6804df9 commit dca2e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/zeno/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
Expand Down
3 changes: 3 additions & 0 deletions helm/zeno/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ secrets:

langfuse:
host: langfuse.zeno.ds.io

api:
host: api.zeno.ds.io

0 comments on commit dca2e46

Please sign in to comment.