chore: Update manifests after change

This commit is contained in:
2026-03-25 01:40:13 +00:00
parent 7bd123399c
commit 1106456777
13 changed files with 40 additions and 45 deletions

View File

@@ -114,13 +114,23 @@ spec:
value: "true"
- name: STORE_GEODATA
value: "true"
image: freikin/dawarich:1.4.0
imagePullPolicy: IfNotPresent
image: freikin/dawarich:1.4.0@sha256:07adb7643b00d1d8f606c675931d3604317fa3851b91b74ec503df8d50734cb8
livenessProbe:
exec:
command:
- /bin/sh
- -c
- wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '"status"\s*:\s*"ok"'
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 750Mi
volumeMounts:
- mountPath: /var/app/public
name: public
@@ -205,13 +215,19 @@ spec:
value: "true"
- name: STORE_GEODATA
value: "true"
image: freikin/dawarich:1.4.0
imagePullPolicy: IfNotPresent
image: freikin/dawarich:1.4.0@sha256:07adb7643b00d1d8f606c675931d3604317fa3851b91b74ec503df8d50734cb8
livenessProbe:
exec:
command:
- pgrep
- -f
- sidekiq
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
name: sidekiq
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /var/app/public
name: public