monitoring: persist quality gateway metrics
This commit is contained in:
parent
50b76f56d7
commit
6ed0a1f18e
@ -22,6 +22,9 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: platform-quality-gateway
|
app: platform-quality-gateway
|
||||||
spec:
|
spec:
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 65534
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
@ -43,6 +46,10 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: pushgateway
|
- name: pushgateway
|
||||||
image: prom/pushgateway:v1.11.2
|
image: prom/pushgateway:v1.11.2
|
||||||
|
securityContext:
|
||||||
|
runAsGroup: 65534
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 65534
|
||||||
args:
|
args:
|
||||||
- --web.listen-address=:9091
|
- --web.listen-address=:9091
|
||||||
- --web.enable-admin-api
|
- --web.enable-admin-api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user