DB set to local

This commit is contained in:
2026-01-03 17:47:22 +01:00
parent 41c807f5fe
commit fd0c978023
+5 -6
View File
@@ -203,7 +203,7 @@ spec:
- name: POCKETBASE_URL
value: "http://wanderer-db:8090"
- name: PUBLIC_POCKETBASE_URL
value: "https://wanderer.dooplex.hu"
value: "http://wanderer-db:8090"
- name: MEILI_URL
value: "http://wanderer-meilisearch:7700"
- name: MEILI_MASTER_KEY
@@ -225,12 +225,11 @@ spec:
limits:
memory: 8Gi
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 15
tcpSocket:
port: 3000
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
timeoutSeconds: 1
failureThreshold: 3
---
apiVersion: v1