namespace fix
This commit is contained in:
@@ -2,7 +2,12 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: AppProject
|
kind: AppProject
|
||||||
metadata: { name: ai-stack, namespace: argocd }
|
metadata: { name: ai-stack, namespace: argocd }
|
||||||
spec:
|
spec:
|
||||||
destinations: [{ namespace: ai, server: https://kubernetes.default.svc }]
|
destinations:
|
||||||
|
- server: https://kubernetes.default.svc
|
||||||
|
namespace: ai
|
||||||
|
# # only add if need to deploy into argocd (ehhhhh)
|
||||||
|
# - server: https://kubernetes.default.svc
|
||||||
|
# namespace: argocd
|
||||||
sourceRepos: ["*"]
|
sourceRepos: ["*"]
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -14,7 +19,7 @@ spec:
|
|||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.ion606.com/ion606/ollama-plus
|
repoURL: https://git.ion606.com/ion606/ollama-plus
|
||||||
targetRevision: main
|
targetRevision: argo
|
||||||
path: apps/children
|
path: apps/children
|
||||||
directory: { recurse: true }
|
directory: { recurse: true }
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: browser, namespace: argocd }
|
metadata: { name: browser, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: coderunner, namespace: argocd }
|
metadata: { name: coderunner, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: ollama, namespace: argocd }
|
metadata: { name: ollama, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: open-webui, namespace: argocd }
|
metadata: { name: open-webui, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: postgresql, namespace: argocd }
|
metadata: { name: postgresql, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: rag-server, namespace: argocd }
|
metadata: { name: rag-server, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: searxng, namespace: argocd }
|
metadata: { name: searxng, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: tools, namespace: argocd }
|
metadata: { name: tools, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
Reference in New Issue
Block a user