Skip to content

Commit 21b5746

Browse files
author
Diego Luisi
committed
⚡ Add tf-module
1 parent 49a84b7 commit 21b5746

2 files changed

Lines changed: 24 additions & 19 deletions

File tree

apps/mimir/base/kustomization.yaml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,13 @@ helmCharts:
7878
size: 20Gi
7979
distributor:
8080
replicas: 1
81-
podDisruptionBudget:
82-
maxUnavailable: 1
8381
tolerations:
84-
- key: karpenter.sh/capacity-type
82+
- key: "role"
8583
operator: "Equal"
86-
value: "on-demand"
87-
effect: "NoExecute"
84+
value: "o11y"
85+
effect: "NoSchedule"
8886
nodeSelector:
89-
karpenter.sh/capacity-type: "on-demand"
87+
role: "o11y"
9088
extraArgs:
9189
distributor.ingestion-rate-limit: "1000000"
9290
distributor.ingestion-burst-size: "10000000"
@@ -112,6 +110,13 @@ helmCharts:
112110
maxUnavailable: 1
113111
querier:
114112
replicas: 1
113+
tolerations:
114+
- key: "role"
115+
operator: "Equal"
116+
value: "o11y"
117+
effect: "NoSchedule"
118+
nodeSelector:
119+
role: "o11y"
115120
podDisruptionBudget:
116121
maxUnavailable: 1
117122
ruler:
@@ -124,34 +129,34 @@ helmCharts:
124129
podDisruptionBudget:
125130
maxUnavailable: 1
126131
tolerations:
127-
- key: karpenter.sh/capacity-type
132+
- key: "role"
128133
operator: "Equal"
129-
value: "on-demand"
130-
effect: "NoExecute"
134+
value: "o11y"
135+
effect: "NoSchedule"
131136
nodeSelector:
132-
karpenter.sh/capacity-type: "on-demand"
137+
role: "o11y"
133138
query_scheduler:
134139
replicas: 1
135140
podDisruptionBudget:
136141
maxUnavailable: 1
137142
tolerations:
138-
- key: karpenter.sh/capacity-type
143+
- key: "role"
139144
operator: "Equal"
140-
value: "on-demand"
141-
effect: "NoExecute"
145+
value: "o11y"
146+
effect: "NoSchedule"
142147
nodeSelector:
143-
karpenter.sh/capacity-type: "on-demand"
148+
role: "o11y"
144149
store_gateway:
145150
replicas: 2
146151
podDisruptionBudget:
147152
maxUnavailable: 2
148153
tolerations:
149-
- key: karpenter.sh/capacity-type
154+
- key: "role"
150155
operator: "Equal"
151-
value: "on-demand"
152-
effect: "NoExecute"
156+
value: "o11y"
157+
effect: "NoSchedule"
153158
nodeSelector:
154-
karpenter.sh/capacity-type: "on-demand"
159+
role: "o11y"
155160
zoneAwareReplication:
156161
enabled: false
157162
metaMonitoring:

apps/wordpress/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: wordpress
66
helmCharts:
77
- name: wordpress
88
releaseName: wordpress
9-
version: 22.2.11
9+
version: 23.0.1
1010
repo: https://charts.bitnami.com/bitnami
1111
valuesInline:
1212
affinity:

0 commit comments

Comments
 (0)