mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-11 18:05:31 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
29
stable/code-server/2.1.29/ix_values.yaml
Normal file
29
stable/code-server/2.1.29/ix_values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/code-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.0.2@sha256:7c5ad7103055cb743b1f3647fcb2b2517d6ef6772a11d9c53443a056c2ea8002
|
||||
|
||||
args:
|
||||
- --user-data-dir
|
||||
- "/config/.vscode"
|
||||
- --auth
|
||||
- none
|
||||
|
||||
env: {}
|
||||
# PROXY_DOMAIN: code-server.my.domain
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10063
|
||||
targetPort: 8080
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
Reference in New Issue
Block a user