Added rancher
All checks were successful
Check with kubeconform / lint (push) Successful in 5s

This commit is contained in:
Ultradesu
2025-04-16 17:59:15 +03:00
parent 8a24d4c0c7
commit 294c398c86
2 changed files with 33 additions and 0 deletions

18
k8s/core/rancher/app.yaml Normal file
View File

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

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
helmCharts:
- name: rancher
repo: https://releases.rancher.com/server-charts/stable
version: 2.10.3
releaseName: rancher
namespace: rancher
includeCRDs: true
#valuesFile: values.yaml