chore(argocd): sync Application manifests with live cluster state
- Update the 5 Applications that still pointed at the internal Gitea URL (gitea.gitea.svc.cluster.local) to https://git.chemavx.xyz, matching the live patch that made the Gitea->ArgoCD webhook effective for them. - Add the 9 Applications that existed only in the cluster (filebrowser, ghost-en, k8s-manifests, ollama, renovate, researchowl, trilium, umami, zona-exclusion) so a cluster rebuild can restore all 14 from git. Files are verbatim dumps of the live spec. Note: the old application-polymarket-bot.yaml and application-n8n.yaml in git carried telegram notification annotations and prune:true that were NOT live; this snapshot replaces them with what actually runs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b60c160b21
commit
d99729a1f7
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: filebrowser
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: filebrowser:argoproj.io/Application:argocd/filebrowser
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: filebrowser
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: filebrowser
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: ghost-en
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: ghost-en:argoproj.io/Application:argocd/ghost-en
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: ghost-en
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ''
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
kind: Secret
|
||||||
|
name: ghost-en-smtp
|
||||||
|
namespace: ghost-en
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: ghost-en
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: k8s-manifests
|
||||||
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: default
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: .
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: main
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
+12
-10
@@ -3,22 +3,24 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: n8n
|
name: n8n
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
|
||||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "5138407666"
|
|
||||||
notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666"
|
|
||||||
notifications.argoproj.io/subscribe.on-degraded.telegram: "5138407666"
|
|
||||||
spec:
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: n8n
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- jsonPointers:
|
||||||
|
- /data
|
||||||
|
kind: Secret
|
||||||
|
name: n8n-secret
|
||||||
|
namespace: n8n
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
|
|
||||||
targetRevision: main
|
|
||||||
path: n8n
|
path: n8n
|
||||||
destination:
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
server: https://kubernetes.default.svc
|
targetRevision: main
|
||||||
namespace: n8n
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: ollama
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: ollama
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: ollama
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -4,14 +4,14 @@ metadata:
|
|||||||
name: openclaw
|
name: openclaw
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: openclaw
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
|
|
||||||
targetRevision: main
|
|
||||||
path: openclaw
|
path: openclaw
|
||||||
destination:
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
server: https://kubernetes.default.svc
|
targetRevision: main
|
||||||
namespace: openclaw
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
@@ -3,22 +3,15 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: polymarket-bot
|
name: polymarket-bot
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
|
||||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "5138407666"
|
|
||||||
notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666"
|
|
||||||
notifications.argoproj.io/subscribe.on-degraded.telegram: "5138407666"
|
|
||||||
spec:
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: polymarket-bot
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
|
|
||||||
targetRevision: main
|
|
||||||
path: polymarket-bot
|
path: polymarket-bot
|
||||||
destination:
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
server: https://kubernetes.default.svc
|
targetRevision: main
|
||||||
namespace: polymarket-bot
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ metadata:
|
|||||||
name: portfolio
|
name: portfolio
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: portfolio
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
|
|
||||||
targetRevision: main
|
|
||||||
path: portfolio
|
path: portfolio
|
||||||
destination:
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
server: https://kubernetes.default.svc
|
targetRevision: main
|
||||||
namespace: portfolio
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ metadata:
|
|||||||
name: registry-cache
|
name: registry-cache
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: registry-cache
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
|
|
||||||
targetRevision: main
|
|
||||||
path: registry-cache
|
path: registry-cache
|
||||||
destination:
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
server: https://kubernetes.default.svc
|
targetRevision: main
|
||||||
namespace: registry-cache
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: renovate
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: renovate:argoproj.io/Application:argocd/renovate
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: renovate
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ''
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
kind: Secret
|
||||||
|
name: renovate-token
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: renovate
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: researchowl
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: researchowl:argoproj.io/Application:argocd/researchowl
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: researchowl
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: researchowl
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: trilium
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: trilium:argoproj.io/Application:argocd/trilium
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: trilium
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: trilium
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: umami
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: umami:argoproj.io/Application:argocd/umami
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: umami
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ''
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
kind: Secret
|
||||||
|
name: umami-secrets
|
||||||
|
namespace: umami
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: umami
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: zona-exclusion
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/tracking-id: zona-exclusion:argoproj.io/Application:argocd/zona-exclusion
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: zona-exclusion
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ''
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
kind: Secret
|
||||||
|
name: zona-exclusion-secrets
|
||||||
|
namespace: zona-exclusion
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: zona-exclusion
|
||||||
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
||||||
|
targetRevision: HEAD
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
Reference in New Issue
Block a user