added user config persistence
This commit is contained in:
@@ -66,6 +66,8 @@ spec:
|
|||||||
# Proxy trust for headers
|
# Proxy trust for headers
|
||||||
- name: CS_DISABLE_PROXY_TRUST
|
- name: CS_DISABLE_PROXY_TRUST
|
||||||
value: "false"
|
value: "false"
|
||||||
|
- name: GIT_CONFIG_GLOBAL
|
||||||
|
value: "/home/coder/.config/git/config"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
@@ -83,6 +85,9 @@ spec:
|
|||||||
mountPath: /home/coder/workspace
|
mountPath: /home/coder/workspace
|
||||||
- name: local
|
- name: local
|
||||||
mountPath: /home/coder/.local
|
mountPath: /home/coder/.local
|
||||||
|
- name: config
|
||||||
|
mountPath: /home/coder/.ssh
|
||||||
|
subPath: ssh
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|||||||
Reference in New Issue
Block a user