Files
infrastructure/clusters/cl01tl/applications/code-server/values.yaml
Renovate Bot e3a9d82e64
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 30s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m23s
Update ghcr.io/linuxserver/code-server:4.101.2 Docker digest to e95165d
2025-07-05 21:01:46 +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.101.2@sha256:e95165de246ed30656081fc9a517b6ceccc00a2232b8455a996faab42c252f5e
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