Add priorityclass app

This commit is contained in:
dvirlabs 2025-06-13 01:30:05 +03:00
parent 5479e21743
commit c2ac973b91
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rancher-priorityclass
namespace: argocd
spec:
project: infra
destination:
server: https://kubernetes.default.svc
namespace: cattle-system
source:
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
targetRevision: HEAD
path: manifests/rancher
directory:
recurse: true
syncPolicy:
automated:
selfHeal: true
prune: true

View File

@ -0,0 +1,7 @@
apiVersion: scheduling.k8s.io/v1
kind: PriorityClass
metadata:
name: rancher-critical
value: 1000000000
globalDefault: false
description: "Used for Rancher system components"