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