mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
0fede19fdf
commit
ace5603daa
15 changed files with 754 additions and 177 deletions
7
infra/litellm/templates/configmap-litellm.yaml
Normal file
7
infra/litellm/templates/configmap-litellm.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "litellm.fullname" . }}-config
|
||||
data:
|
||||
config.yaml: |
|
||||
{{ .Values.proxy_config | toYaml | indent 6 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue