diff --git a/clusters/yc-k8s-test/infrastructure/patches/rabbitmq.yaml b/clusters/yc-k8s-test/infrastructure/patches/rabbitmq.yaml index 179d834..ba24e8f 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/rabbitmq.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/rabbitmq.yaml @@ -30,3 +30,13 @@ spec: persistence: storageClass: local-path size: 10Gi + auth: + securePassword: true + existingPasswordSecret: "" + vault: + enabled: true + role: rabbitmq + authPath: auth/kubernetes + secretPath: secrets/data/rabbitmq/auth + usernameKey: username + passwordKey: password diff --git a/infrastructure/rabbitmq/base/helmrelease.yaml b/infrastructure/rabbitmq/base/helmrelease.yaml index 03c2ebe..37013ea 100644 --- a/infrastructure/rabbitmq/base/helmrelease.yaml +++ b/infrastructure/rabbitmq/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: rabbitmq-contour - version: "15.2.2" + version: "15.2.3" sourceRef: kind: HelmRepository name: yc-oci-charts