mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
chore: refresh manifest.yaml
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
parent
9ccdce6604
commit
10c2329d32
@ -871,11 +871,25 @@ spec:
|
|||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 9090
|
port: 9090
|
||||||
resources: {}
|
resources: {}
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
runAsGroup: 10001
|
||||||
|
runAsUser: 10001
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /server
|
- mountPath: /server
|
||||||
name: server
|
name: server
|
||||||
- mountPath: /client
|
- mountPath: /client
|
||||||
name: client
|
name: client
|
||||||
|
securityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
serviceAccountName: plugin-barman-cloud
|
serviceAccountName: plugin-barman-cloud
|
||||||
volumes:
|
volumes:
|
||||||
- name: server
|
- name: server
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user