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

@@ -29,6 +29,9 @@ spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
hostIPC: false
hostNetwork: false
hostPID: false
@@ -36,7 +39,7 @@ spec:
containers:
- env:
- name: TZ
value: US/Central
value: America/Chicago
- name: PUID
value: "1000"
- name: PGID
@@ -47,12 +50,11 @@ spec:
- secretRef:
name: codeserver-password-secret
image: ghcr.io/linuxserver/code-server:4.112.0@sha256:4bb5b8ad22268001687c047f0f04933799fb03df1eb0e1e266ba15ed2d9f4e8b
imagePullPolicy: IfNotPresent
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 80Mi
volumeMounts:
- mountPath: /config
name: config