Deleted rancher. Added k3s-system-upgrade

This commit is contained in:
Ultradesu
2025-04-16 19:02:55 +03:00
parent 4b55a4c785
commit 37721aafd5
5 changed files with 1079 additions and 0 deletions

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: k3s-system-upgrade
namespace: argocd
spec:
project: core
destination:
namespace: system-upgrade
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/system-upgrade
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true