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 - name: POCKETBASE_URL
value: "http://wanderer-db:8090" value: "http://wanderer-db:8090"
- name: PUBLIC_POCKETBASE_URL - name: PUBLIC_POCKETBASE_URL
value: "https://wanderer.dooplex.hu" value: "http://wanderer-db:8090"
- name: MEILI_URL - name: MEILI_URL
value: "http://wanderer-meilisearch:7700" value: "http://wanderer-meilisearch:7700"
- name: MEILI_MASTER_KEY - name: MEILI_MASTER_KEY
@@ -225,12 +225,11 @@ spec:
limits: limits:
memory: 8Gi memory: 8Gi
readinessProbe: readinessProbe:
httpGet: tcpSocket:
path: / port: 3000
port: http initialDelaySeconds: 5
initialDelaySeconds: 15
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 1
failureThreshold: 3 failureThreshold: 3
--- ---
apiVersion: v1 apiVersion: v1