@leverege/build-tools 2.69.3 → 2.69.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/helm-charts/api-server/values-local.yaml +1 -1
- package/src/helm-charts/authz-server/values-local.yaml +1 -1
- package/src/helm-charts/db-curator/values-local.yaml +1 -1
- package/src/helm-charts/prom-operator/prometheus-stack.yaml.ovh +10 -7
- package/src/helm-charts/resource-server/values-local.yaml +1 -0
- package/src/helm-charts/rule-engine/values-local.yaml +1 -1
- package/src/helm-charts/scheduler/values-local.yaml +1 -1
- package/src/helm-charts/transponder-bq/values-local.yaml +1 -1
- package/src/helm-charts/transponder-rt/values-local.yaml +1 -1
package/package.json
CHANGED
|
@@ -95,6 +95,15 @@ grafana:
|
|
|
95
95
|
|
|
96
96
|
alertmanager:
|
|
97
97
|
enabled: true
|
|
98
|
+
alertmanagerSpec:
|
|
99
|
+
storage:
|
|
100
|
+
volumeClaimTemplate:
|
|
101
|
+
spec:
|
|
102
|
+
accessModes: ["ReadWriteOnce"]
|
|
103
|
+
resources:
|
|
104
|
+
requests:
|
|
105
|
+
storage: 2Gi
|
|
106
|
+
|
|
98
107
|
affinity:
|
|
99
108
|
nodeAffinity:
|
|
100
109
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
@@ -109,13 +118,7 @@ alertmanager:
|
|
|
109
118
|
operator: "Equal"
|
|
110
119
|
value: "true"
|
|
111
120
|
effect: "NoSchedule"
|
|
112
|
-
|
|
113
|
-
volumeClaimTemplate:
|
|
114
|
-
spec:
|
|
115
|
-
accessModes: ["ReadWriteOnce"]
|
|
116
|
-
resources:
|
|
117
|
-
requests:
|
|
118
|
-
storage: 10Gi # or however much you need
|
|
121
|
+
|
|
119
122
|
strategy:
|
|
120
123
|
type: Recreate
|
|
121
124
|
|