Automated Manifest Update (#5120)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `dcf6944` (on `dcf6944e614c0fa00b6455fc58503ce0b79f7b7b`)
- **Charts Updated**: `code-server,coredns,dawarich`

Reviewed-on: #5120
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5120.
This commit is contained in:
2026-03-25 01:41:07 +00:00
committed by Alex Lebens
parent 7bd123399c
commit 65542a84c6
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