Skip to content

Commit 208f851

Browse files
author
Luis Vidal Ernst
committed
Updated all/manifests
Signed-off-by: Luis Vidal Ernst <[email protected]>
1 parent aa254a1 commit 208f851

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

examples/all/manifests/thanos-bucket-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
memory: 123Mi
7878
terminationMessagePolicy: FallbackToLogsOnError
7979
nodeSelector:
80-
beta.kubernetes.io/os: linux
80+
beta.kubernetes.io/os: linux
8181
securityContext:
8282
fsGroup: 65534
8383
runAsUser: 65534

examples/all/manifests/thanos-compact-statefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
name: data
8989
readOnly: false
9090
nodeSelector:
91-
beta.kubernetes.io/os: linux
91+
beta.kubernetes.io/os: linux
9292
securityContext:
9393
fsGroup: 65534
9494
runAsUser: 65534

manifests/thanos-query-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
periodSeconds: 5
7777
resources: {}
7878
terminationMessagePolicy: FallbackToLogsOnError
79+
nodeSelector:
80+
beta.kubernetes.io/os: linux
7981
securityContext:
8082
fsGroup: 65534
8183
runAsUser: 65534

manifests/thanos-store-statefulSet.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ spec:
8989
- mountPath: /var/thanos/store
9090
name: data
9191
readOnly: false
92+
nodeSelector:
93+
beta.kubernetes.io/os: linux
9294
securityContext:
9395
fsGroup: 65534
9496
runAsUser: 65534

0 commit comments

Comments
 (0)