refactor ingresses

This commit is contained in:
Roger Oriol
2026-06-23 00:26:29 +02:00
parent ce178d06c0
commit 153cf16194
32 changed files with 367 additions and 386 deletions

View File

@@ -1,7 +1,13 @@
apiVersion: v1
kind: Namespace
metadata:
name: litellm
---
apiVersion: v1
kind: ConfigMap
metadata:
name: litellm-config-file
namespace: litellm
data:
config.yaml: |
model_list:
@@ -50,6 +56,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: litellm-deployment
namespace: litellm
labels:
app: litellm
spec:
@@ -88,7 +95,7 @@ apiVersion: v1
kind: Service
metadata:
name: litellm-service
namespace: default
namespace: litellm
spec:
type: ClusterIP
selector: