DB set to local
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user