chore: Update manifests after change

This commit is contained in:
2026-03-25 01:40:13 +00:00
parent 7bd123399c
commit 1106456777
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

View File

@@ -14,15 +14,9 @@ spec:
data:
- secretKey: PASSWORD
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/code-server/auth
metadataPolicy: None
property: PASSWORD
- secretKey: SUDO_PASSWORD
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/code-server/auth
metadataPolicy: None
property: SUDO_PASSWORD

View File

@@ -23,7 +23,7 @@ spec:
name: code-server
namespace: code-server
port: 8443
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: code-server
helm.sh/chart: code-server-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: code-server
spec:
accessModes: