Skip to content

Commit

Permalink
Updated all/manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Vidal Ernst <[email protected]>
  • Loading branch information
Luis Vidal Ernst committed May 19, 2021
1 parent aa254a1 commit 208f851
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-bucket-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
memory: 123Mi
terminationMessagePolicy: FallbackToLogsOnError
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/os: linux
securityContext:
fsGroup: 65534
runAsUser: 65534
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
name: data
readOnly: false
nodeSelector:
beta.kubernetes.io/os: linux
beta.kubernetes.io/os: linux
securityContext:
fsGroup: 65534
runAsUser: 65534
Expand Down
2 changes: 2 additions & 0 deletions manifests/thanos-query-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
periodSeconds: 5
resources: {}
terminationMessagePolicy: FallbackToLogsOnError
nodeSelector:
beta.kubernetes.io/os: linux
securityContext:
fsGroup: 65534
runAsUser: 65534
Expand Down
2 changes: 2 additions & 0 deletions manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ spec:
- mountPath: /var/thanos/store
name: data
readOnly: false
nodeSelector:
beta.kubernetes.io/os: linux
securityContext:
fsGroup: 65534
runAsUser: 65534
Expand Down

0 comments on commit 208f851

Please sign in to comment.