From bc4413b1a40b87bfcff8525bb46f8b6492675f69 Mon Sep 17 00:00:00 2001
From: Laszlo Rafael <rlacko99@gmail.com>
Date: Sun, 21 Aug 2022 18:43:56 +0200
Subject: [PATCH] Add priorityClass to dex

---
 infra/dex/values.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/infra/dex/values.yaml b/infra/dex/values.yaml
index 44b23bd..bd62715 100644
--- a/infra/dex/values.yaml
+++ b/infra/dex/values.yaml
@@ -1,5 +1,6 @@
 dex:
   replicaCount: 1
+  priorityClassName: "infra-addon"
 
   config:
     issuer: https://dex.k8s-02.sch.bme.hu
@@ -27,7 +28,7 @@ dex:
       idTokens: "24h"
 
     oauth2:
-      responseTypes: ["code", "token", "id_token"] 
+      responseTypes: ["code", "token", "id_token"]
       skipApprovalScreen: true
 
     enablePasswordDB: true
@@ -46,8 +47,8 @@ dex:
           - path: /
             pathType: ImplementationSpecific
     tls:
-    - secretName: dex-auth-cert
-      hosts:
-        - dex.k8s-02.sch.bme.hu
+      - secretName: dex-auth-cert
+        hosts:
+          - dex.k8s-02.sch.bme.hu
 
   resources: {}
-- 
GitLab