From 275ee288bca0f4cd51125a7b34cab0ca335b9c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Praca?= Date: Fri, 12 Jun 2026 17:24:53 +0200 Subject: [PATCH] fix(structure): fix issue #31 by moving priorityClassName under the correct subtree --- beeinventor/nsq/templates/nsqadmin-deployment.yaml | 2 +- beeinventor/nsq/templates/nsqd-statefulset.yaml | 2 +- beeinventor/nsq/templates/nsqlookupd-statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beeinventor/nsq/templates/nsqadmin-deployment.yaml b/beeinventor/nsq/templates/nsqadmin-deployment.yaml index 382872b..7da9a63 100644 --- a/beeinventor/nsq/templates/nsqadmin-deployment.yaml +++ b/beeinventor/nsq/templates/nsqadmin-deployment.yaml @@ -10,7 +10,6 @@ spec: selector: matchLabels: {{- include "nsq.nsqadmin.selectorLabels" . | nindent 6 }} - priorityClassName: {{ .Values.nsqadmin.priorityClassName }} template: metadata: {{- with .Values.nsqadmin.podAnnotations }} @@ -23,6 +22,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + priorityClassName: {{ .Values.nsqadmin.priorityClassName }} securityContext: {{- toYaml .Values.nsqadmin.podSecurityContext | nindent 8 }} containers: diff --git a/beeinventor/nsq/templates/nsqd-statefulset.yaml b/beeinventor/nsq/templates/nsqd-statefulset.yaml index f7b4f03..eee9caf 100644 --- a/beeinventor/nsq/templates/nsqd-statefulset.yaml +++ b/beeinventor/nsq/templates/nsqd-statefulset.yaml @@ -12,7 +12,6 @@ spec: selector: matchLabels: {{- include "nsq.nsqd.selectorLabels" . | nindent 6 }} - priorityClassName: {{ .Values.nsqd.priorityClassName }} template: metadata: {{- with .Values.nsqd.podAnnotations }} @@ -25,6 +24,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + priorityClassName: {{ .Values.nsqd.priorityClassName }} securityContext: {{- toYaml .Values.nsqd.podSecurityContext | nindent 8 }} containers: diff --git a/beeinventor/nsq/templates/nsqlookupd-statefulset.yaml b/beeinventor/nsq/templates/nsqlookupd-statefulset.yaml index ba2944e..9e31f0c 100644 --- a/beeinventor/nsq/templates/nsqlookupd-statefulset.yaml +++ b/beeinventor/nsq/templates/nsqlookupd-statefulset.yaml @@ -12,7 +12,6 @@ spec: selector: matchLabels: {{- include "nsq.nsqlookupd.selectorLabels" . | nindent 6 }} - priorityClassName: {{ .Values.nsqlookupd.priorityClassName }} template: metadata: {{- with .Values.nsqlookupd.podAnnotations }} @@ -25,6 +24,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + priorityClassName: {{ .Values.nsqlookupd.priorityClassName }} securityContext: {{- toYaml .Values.nsqlookupd.podSecurityContext | nindent 8 }} containers: