mirror of
https://github.com/plausible/hosting.git
synced 2025-06-16 18:57:29 -05:00
added plausible init container, security context's & events-db configuration into configmap
This commit is contained in:
@ -42,6 +42,11 @@ spec:
|
||||
app.kubernetes.io/part-of: plausible
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
# see https://github.com/docker-library/postgres/blob/6bbf1c7b308d1c4288251d73c37f6caf75f8a3d4/14/buster/Dockerfile
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
runAsGroup: 999
|
||||
fsGroup: 999
|
||||
containers:
|
||||
- name: plausible-db
|
||||
image: postgres:latest
|
||||
|
Reference in New Issue
Block a user