Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update generated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Dec 7, 2022
1 parent c5f944f commit c56e96d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions operations/phlare/helm/phlare/rendered/micro-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ spec:
serviceAccountName: phlare-dev
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: "agent"
securityContext:
Expand Down Expand Up @@ -775,6 +777,8 @@ spec:
serviceAccountName: phlare-dev
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: "distributor"
securityContext:
Expand Down Expand Up @@ -851,6 +855,8 @@ spec:
serviceAccountName: phlare-dev
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: "querier"
securityContext:
Expand Down Expand Up @@ -1024,6 +1030,8 @@ spec:
serviceAccountName: phlare-dev
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: "ingester"
securityContext:
Expand Down
2 changes: 2 additions & 0 deletions operations/phlare/helm/phlare/rendered/single-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ spec:
serviceAccountName: phlare-dev
securityContext:
fsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
containers:
- name: "phlare"
securityContext:
Expand Down
4 changes: 3 additions & 1 deletion operations/phlare/jsonnet/values.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"phlare.grafana.com/scrape": "true"
},
"podSecurityContext": {
"fsGroup": 10001
"fsGroup": 10001,
"runAsNonRoot": true,
"runAsUser": 10001
},
"replicaCount": 1,
"resources": {},
Expand Down

0 comments on commit c56e96d

Please sign in to comment.