diff --git a/charts/openvsx/values-staging.yaml b/charts/openvsx/values-staging.yaml index 6ee199548..726d23d79 100644 --- a/charts/openvsx/values-staging.yaml +++ b/charts/openvsx/values-staging.yaml @@ -64,7 +64,7 @@ redis: persistence: storageGi: 1 storageClass: cephfs-new - serviceAccountName: redis-cluster-operator + serviceAccountName: redis-cluster-operator-staging # grafana alloy alloy: @@ -91,5 +91,6 @@ alloy: environment: *environment nodeSelector: openvsx-staging-alloy: "true" + openvsx-production-alloy: null fullnameOverride: grafana-alloy-staging namespaceOverride: *namespace diff --git a/charts/openvsx/values.yaml b/charts/openvsx/values.yaml index 10fb774e4..cbbded53f 100644 --- a/charts/openvsx/values.yaml +++ b/charts/openvsx/values.yaml @@ -64,7 +64,7 @@ redis: persistence: storageGi: 5 storageClass: cephfs-new - serviceAccountName: redis-cluster-operator + serviceAccountName: redis-cluster-operator-production # grafana alloy alloy: