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"
|
||||
- name: TEMPORAL_NAMESPACE
|
||||
value: "default"
|
||||
- name: PYTHONUNBUFFERED
|
||||
value: "1"
|
||||
- name: BERNARD_TASK_QUEUE
|
||||
value: "bernard"
|
||||
- name: GITEA_BASE_URL
|
||||
|
|
@ -122,6 +124,8 @@ spec:
|
|||
env:
|
||||
- name: PORT
|
||||
value: "8080"
|
||||
- name: PYTHONUNBUFFERED
|
||||
value: "1"
|
||||
- name: BERNARD_DB_DSN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ metadata:
|
|||
namespace: ai-agents-gumbo
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Replace=true
|
||||
argocd.argoproj.io/hook: Sync
|
||||
labels:
|
||||
app.kubernetes.io/name: gumbo
|
||||
app.kubernetes.io/component: job
|
||||
|
|
|
|||
|
|
@ -8,6 +8,4 @@ resources:
|
|||
- litellm/ingress.yaml
|
||||
- ollama/service.yaml
|
||||
- ollama/statefulset.yaml
|
||||
- temporal/externalsecret-db-creds.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
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ spec:
|
|||
path: ai-core/temporal
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue