Skip to content

Commit 09a0034

Browse files
committed
feat: use home dir
1 parent 56daedd commit 09a0034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ spec:
2828
volumes:
2929
- name: jiaozifs-home
3030
persistentVolumeClaim:
31-
claimName: {{ .Values.claim_name }}
31+
claimName: {{ .Values.claim_name }}

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See README.md for details.
44
replicas: 1
55
db: ""
6-
home_path: "/app/data"
6+
home_path: "/app"
77
port: 34913
88
ingress_name: nginx
99
log_level: info

0 commit comments

Comments
 (0)