REDROOM
PHP 7.4.33
Path:
Logout
Edit File
Size: 2.75 KB
Close
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/retool/retool-onpremise/kubernetes/retool-container.yaml
Text
Base64
apiVersion: apps/v1 kind: Deployment metadata: labels: app: api name: api spec: replicas: 1 selector: matchLabels: app: api template: metadata: labels: app: api spec: containers: - args: - bash - -c - ./docker_scripts/wait-for-it.sh -t 0 $POSTGRES_HOST:$POSTGRES_PORT; ./docker_scripts/start_api.sh env: - name: JWT_SECRET valueFrom: secretKeyRef: name: retoolsecrets key: jwt_secret - name: DEPLOYMENT_TEMPLATE_TYPE value: k8s-manifests - name: SERVICE_TYPE value: MAIN_BACKEND,DB_CONNECTOR,DB_SSH_CONNECTOR - name: NODE_ENV value: production - 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: ENCRYPTION_KEY valueFrom: secretKeyRef: name: retoolsecrets key: encryption_key - name: LICENSE_KEY valueFrom: secretKeyRef: name: retoolsecrets key: license_key - name: CLIENT_ID valueFrom: secretKeyRef: name: retoolsecrets key: google_client_id - name: CLIENT_SECRET valueFrom: secretKeyRef: name: retoolsecrets key: google_client_secret - name: WORKFLOW_TEMPORAL_CLUSTER_NAMESPACE value: "workflows" - name: WORKFLOW_BACKEND_HOST value: http://workflows-api - name: CODE_EXECUTOR_INGRESS_DOMAIN value: http://code-executor:3004 image: tryretool/backend:X.Y.Z name: api ports: - containerPort: 3000 resources: limits: memory: 8Gi cpu: 2 requests: cpu: 1 memory: 4Gi volumeMounts: - name: retool-pv mountPath: /retool_backend/pv-data restartPolicy: Always volumes: - name: retool-pv persistentVolumeClaim: claimName: retool-pvc --- apiVersion: v1 kind: Service metadata: labels: app: api name: api spec: type: LoadBalancer ports: - name: "3000" port: 3000 targetPort: 3000 selector: app: api --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: retool-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi
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).