b1e5faa4c4
* fix(apps): move conflicting ports to 10xxx range * remove `protocol: TCP` as its the default anyway * Change `"HTTP"` -> `HTTP` to much common * lms udp port should be udp protocol * resolve some conflicts * clear port 80 conficts * clean 3000 and 5000 port conflicts * more conflict cleaning * more conflict cleaning * more cleanup * more * cleanup * Avoid confclicts with official apps
35 lines
604 B
YAML
35 lines
604 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/code-server
|
|
pullPolicy: IfNotPresent
|
|
tag: version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a
|
|
|
|
# PASSWORD: password
|
|
# SUDO_PASSWORD: password
|
|
# HASHED_PASSWORD
|
|
|
|
env:
|
|
PUID: 568
|
|
# PROXY_DOMAIN: code-server.my.domain
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10063
|
|
targetPort: 8443
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|