Files
infrastructure/clusters/cl01tl/applications/code-server/values.yaml
Renovate Bot bda4f91451
Some checks failed
renovate / renovate (push) Successful in 1m24s
lint-test-helm / helm-lint (push) Failing after 7s
lint-test-helm / helm-lint (pull_request) Successful in 8s
Update ghcr.io/linuxserver/code-server Docker tag to v4.101.2
2025-06-25 22:00:54 +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:d3945c21b1bd19938c15d79fc21f08fff272b2f6699825ca08856dd78545b623
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