Skip to content

Commit

Permalink
#42 fix service annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq authored Nov 15, 2024
1 parent aa308a2 commit 40e3714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/librechat-rag-api/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "rag.labels" . | nindent 4 }}
annotations:
{{ .Values.service.annotations | toYaml | indent 4 }}
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/librechat/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "librechat.labels" . | nindent 4 }}
annotations:
{{ .Values.service.annotations | toYaml | indent 4 }}
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit 40e3714

Please sign in to comment.