added user config persistence

This commit is contained in:
2026-01-13 08:41:23 +01:00
parent fecf17dd40
commit dd02304b86
+5
View File
@@ -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