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