WWW-Zitadel
view release on metacpan or search on metacpan
k8s/zitadel/postgres.yaml view on Meta::CPAN
matchLabels:
app: zitadel-postgres
template:
metadata:
labels:
app: zitadel-postgres
spec:
initContainers:
- name: init-permissions
image: busybox:1.36
command: ['sh', '-c', 'chown -R 1000:1000 /data']
securityContext:
runAsUser: 0
volumeMounts:
- name: data
mountPath: /data
containers:
- name: postgres
image: src.ci/srv/postgres:18
imagePullPolicy: IfNotPresent
ports:
( run in 0.563 second using v1.01-cache-2.11-cpan-5511b514fd6 )