REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 1.40 KB
Close
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/retool/retool-onpremise/kubernetes/retool-postgres.yaml
Text
Base64
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: postgres-pvc labels: name: postgres-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 60Gi --- apiVersion: apps/v1 kind: Deployment metadata: name: postgres labels: app: postgres spec: replicas: 1 selector: matchLabels: app: postgres strategy: type: Recreate template: metadata: labels: app: postgres spec: containers: - env: - name: POSTGRES_DB value: hammerhead_production - name: POSTGRES_HOST value: postgres - name: POSTGRES_PORT value: "5432" - name: POSTGRES_USER value: retool_internal_user - name: POSTGRES_PASSWORD valueFrom: secretKeyRef: name: retoolsecrets key: postgres_password name: postgres image: postgres:11.13 resources: {} volumeMounts: - mountPath: /var/lib/postgresql/data subPath: postgres name: postgres-pv restartPolicy: Always volumes: - name: postgres-pv persistentVolumeClaim: claimName: postgres-pvc --- apiVersion: v1 kind: Service metadata: labels: app: postgres name: postgres spec: clusterIP: None ports: - name: headless port: 55555 targetPort: 0 selector: app: postgres
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
retool-agent-eval-worker.yaml
2.19 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-agent-worker.yaml
2.16 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-code-executor-container.yaml
1.55 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-container.yaml
2.75 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-jobs-runner.yaml
2.01 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-postgres.yaml
1.40 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-secrets.template.yaml
546 B
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-workflows-backend-container.yaml
2.46 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retool-workflows-worker-container.yaml
2.53 KB
lrw-r--r--
2025-11-05 08:36:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).