Files
infrastructure/clusters/cl01tl/applications/code-server/values.yaml
Renovate Bot 9911cc8089
Some checks failed
lint-test-helm / helm-lint (pull_request) Successful in 44s
renovate / renovate (push) Successful in 1m44s
lint-test-helm / helm-lint (push) Failing after 6s
Update ghcr.io/linuxserver/code-server:4.100.3 Docker digest to 2b0035a
2025-06-14 21:02:32 +00:00

48 lines
1.2 KiB
YAML

code-server:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/linuxserver/code-server
tag: 4.100.3@sha256:2b0035ad3655e2687a07ff169d0df50cd3b02510100a7f9534eda82342977cc1
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: PUID
value: 1000
- name: PGID
value: 1000
- name: DEFAULT_WORKSPACE
value: /config
envFrom:
- secretRef:
name: codeserver-password-secret
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 8443
targetPort: 8443
protocol: HTTP
persistence:
config:
existingClaim: code-server-nfs-storage
advancedMounts:
main:
main:
- path: /config
readOnly: false
cloudflared:
existingSecretName: code-server-cloudflared-secret