diff --git a/infra/root-ca-server/templates/nginx.yaml b/infra/root-ca-server/templates/nginx.yaml
index e421d5791bfddc6160c8400d456f86eebc2e640e..41b04119bba117e3e988d5417b38a70f2cd40608 100644
--- a/infra/root-ca-server/templates/nginx.yaml
+++ b/infra/root-ca-server/templates/nginx.yaml
@@ -15,6 +15,7 @@ spec:
       labels:
         {{- include "root_ca_server.selectorLabels" . | nindent 8 }}
     spec:
+      priorityClassName: infra-ingress
       containers:
       - name: {{ include "root_ca_server.fullname" . }}
         image: nginx:latest
diff --git a/infra/root-ca-server/values.yaml b/infra/root-ca-server/values.yaml
index 6e9829f40b1e3e0dfadbdb1b57488644d9691dab..d5111ebbab73f64d61597b5bc1adeb975e104eae 100644
--- a/infra/root-ca-server/values.yaml
+++ b/infra/root-ca-server/values.yaml
@@ -10,13 +10,13 @@ ingress:
   annotations:
     cert-manager.io/cluster-issuer: letsencrypt-prod
     kubernetes.io/ingress.class: nginx
-    kubernetes.io/tls-acme: 'true'
+    kubernetes.io/tls-acme: "true"
   hosts:
     - host: ca.k8s-02.sch.bme.hu
       paths:
         - path: /
           pathType: ImplementationSpecific
   tls:
-   - secretName: cluster-ca-cert
-     hosts:
-       - ca.k8s-02.sch.bme.hu
\ No newline at end of file
+    - secretName: cluster-ca-cert
+      hosts:
+        - ca.k8s-02.sch.bme.hu