cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6561e8ec29bc67057b654b02327578e17bb319cb
parent 1c932f1556582978f313e4b1b48f75b42e64150a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 26 Mar 2023 17:01:27 +0200

Fix priority classes

Diffstat:
Minfrastructure/configs/priority-classes.yaml | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/infrastructure/configs/priority-classes.yaml b/infrastructure/configs/priority-classes.yaml @@ -2,15 +2,7 @@ apiVersion: scheduling.k8s.io/v1 kind: PriorityClass metadata: - name: docker-registry -value: 1900000000 -globalDefault: false -description: "This priority class should be used for things related to the docker registry only. It runs after cluster-critical stuff." ---- -apiVersion: scheduling.k8s.io/v1 -kind: PriorityClass -metadata: name: gitea -value: 1800000000 +value: 1000000000 globalDefault: false description: "This priority class should be used for things related to the gitea instance only. It contains the configurations and therefor is highly important."