forked from roger/k3s-cluster
Compare commits
1 Commits
b5b4a3b250
...
fix/argocd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e420aa3808 |
@@ -11,8 +11,6 @@ spec:
|
||||
repoURL: https://git.rogi.casa/roger/k3s-cluster.git
|
||||
targetRevision: main
|
||||
path: argocd
|
||||
directory:
|
||||
recurse: false
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
|
||||
@@ -11,30 +11,18 @@ metadata:
|
||||
data:
|
||||
config.yaml: |
|
||||
model_list:
|
||||
- model_name: gpt-5.6-luna
|
||||
- model_name: gpt-5-mini
|
||||
litellm_params:
|
||||
model: openai/gpt-5.6-luna
|
||||
model: openai/gpt-5-mini-2025-08-07
|
||||
api_key: "os.environ/OPENAI_API_KEY"
|
||||
- model_name: claude-haiku-4.5
|
||||
- model_name: claude-4.5-haiku
|
||||
litellm_params:
|
||||
model: "anthropic/claude-haiku-4-5-20251001"
|
||||
api_key: "os.environ/ANTHROPIC_API_KEY"
|
||||
- model_name: claude-sonnet-5
|
||||
litellm_params:
|
||||
model: "anthropic/claude-sonnet-5"
|
||||
api_key: "os.environ/ANTHROPIC_API_KEY"
|
||||
- model_name: gemini-3-flash
|
||||
litellm_params:
|
||||
model: gemini/gemini-3-flash-preview
|
||||
api_key: "os.environ/GEMINI_API_KEY"
|
||||
- model_name: tencent/hy3:free
|
||||
litellm_params:
|
||||
model: openrouter/tencent/hy3:free
|
||||
api_key: "os.environ/OPENROUTER_API_KEY"
|
||||
- model_name: z-ai/glm-5.2
|
||||
litellm_params:
|
||||
model: openrouter/z-ai/glm-5.2
|
||||
api_key: "os.environ/OPENROUTER_API_KEY"
|
||||
- model_name: glm-4.7-flash
|
||||
litellm_params:
|
||||
model: ollama/glm-4.7-flash
|
||||
|
||||
@@ -54,26 +54,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: LITELLM_API_KEY
|
||||
- name: WEB_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: WEB_SECRET_KEY
|
||||
- name: GIT_REPO_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: GIT_REPO_URL
|
||||
- name: GIT_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: GIT_USERNAME
|
||||
- name: GIT_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: GIT_TOKEN
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
@@ -54,11 +54,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: LITELLM_API_KEY
|
||||
- name: WEB_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: WEB_SECRET_KEY
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
@@ -69,11 +69,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: LITELLM_API_KEY
|
||||
- name: WEB_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: WEB_SECRET_KEY
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
@@ -61,11 +61,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: LITELLM_API_KEY
|
||||
- name: WEB_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: WEB_SECRET_KEY
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
@@ -54,11 +54,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: LITELLM_API_KEY
|
||||
- name: WEB_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: myorg-assistant-secret
|
||||
key: WEB_SECRET_KEY
|
||||
volumeMounts:
|
||||
- name: myorg-data
|
||||
mountPath: /data/myorg
|
||||
|
||||
@@ -53,17 +53,15 @@ spec:
|
||||
value: http
|
||||
- name: N8N_PORT
|
||||
value: "5678"
|
||||
- name: NODE_OPTIONS
|
||||
value: "--max-old-space-size=768"
|
||||
image: n8nio/n8n
|
||||
name: n8n
|
||||
ports:
|
||||
- containerPort: 5678
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "250Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
memory: "500Mi"
|
||||
volumeMounts:
|
||||
- mountPath: /home/node/.n8n
|
||||
name: n8n-claim0
|
||||
|
||||
Reference in New Issue
Block a user