From e2411317687e8c183bba2fd67941b2064a07bc96 Mon Sep 17 00:00:00 2001 From: OreoYang <2167young@163.com> Date: Mon, 24 Nov 2025 14:46:22 +0800 Subject: [PATCH] Refactor StatefulSet and Service for ivorysql v5.0 --- k8s-cluster/single/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-cluster/single/statefulset.yaml b/k8s-cluster/single/statefulset.yaml index 6cac4e4..460c73a 100644 --- a/k8s-cluster/single/statefulset.yaml +++ b/k8s-cluster/single/statefulset.yaml @@ -55,7 +55,7 @@ spec: - containerPort: 1521 protocol: TCP volumeMounts: - - mountPath: /var/local/ivorysql/ivorysql-4/data + - mountPath: /var/local/ivorysql/ivorysql-5/data name: pgdata env: - name: IVORYSQL_PASSWORD