chore: fix argocd sync issues for all apps
This commit is contained in:
parent
e47c3633a4
commit
2a8dee835a
|
|
@ -44,6 +44,8 @@ spec:
|
||||||
value: "temporal-frontend.ai-core.svc.cluster.local:7233"
|
value: "temporal-frontend.ai-core.svc.cluster.local:7233"
|
||||||
- name: TEMPORAL_NAMESPACE
|
- name: TEMPORAL_NAMESPACE
|
||||||
value: "default"
|
value: "default"
|
||||||
|
- name: PYTHONUNBUFFERED
|
||||||
|
value: "1"
|
||||||
- name: BERNARD_TASK_QUEUE
|
- name: BERNARD_TASK_QUEUE
|
||||||
value: "bernard"
|
value: "bernard"
|
||||||
- name: GITEA_BASE_URL
|
- name: GITEA_BASE_URL
|
||||||
|
|
@ -122,6 +124,8 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: PORT
|
- name: PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
|
- name: PYTHONUNBUFFERED
|
||||||
|
value: "1"
|
||||||
- name: BERNARD_DB_DSN
|
- name: BERNARD_DB_DSN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ metadata:
|
||||||
namespace: ai-agents-gumbo
|
namespace: ai-agents-gumbo
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-options: Replace=true
|
argocd.argoproj.io/sync-options: Replace=true
|
||||||
|
argocd.argoproj.io/hook: Sync
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: gumbo
|
app.kubernetes.io/name: gumbo
|
||||||
app.kubernetes.io/component: job
|
app.kubernetes.io/component: job
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,4 @@ resources:
|
||||||
- litellm/ingress.yaml
|
- litellm/ingress.yaml
|
||||||
- ollama/service.yaml
|
- ollama/service.yaml
|
||||||
- ollama/statefulset.yaml
|
- ollama/statefulset.yaml
|
||||||
- temporal/externalsecret-db-creds.yaml
|
|
||||||
- pod-disruption-budgets.yaml
|
- pod-disruption-budgets.yaml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: ai-agents
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: agentic-os
|
|
||||||
source:
|
|
||||||
repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git
|
|
||||||
targetRevision: main
|
|
||||||
path: ai-agents
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: ai-agents
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
|
|
@ -27,3 +27,4 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
path: ai-core/temporal
|
path: ai-core/temporal
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue