fp/charts/fp/templates-old/pgadmin-pod.yaml
2024-03-15 19:48:24 -08:00

27 lines
659 B
YAML

apiVersion: v1
kind: Pod
metadata:
annotations:
kompose.cmd: kompose convert --file compose.yml -c --out ./charts
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: pgadmin
name: pgadmin
spec:
containers:
- env:
- name: GUNICORN_ACCESS_LOGFILE
value: /tmp/pgadmin-gunicorn-access.log
- name: PGADMIN_DEFAULT_EMAIL
- name: PGADMIN_DEFAULT_PASSWORD
- name: PGADMIN_DISABLE_POSTFIX
value: yessir
image: dpage/pgadmin4:8
name: fp-pgadmin
ports:
- containerPort: 80
resources: {}
restartPolicy: OnFailure
status: {}