Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Mar 30, 2024
1 parent 1ee51e4 commit 1374113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/development/brigadasos-db-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
accessModes:
- ReadWriteMany
hostPath:
path: "/mnt/nvme01/nadedb/"
path: "/mnt/nvme01/nadedb-dev/"
---
kind: PersistentVolumeClaim
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/development/pgroonga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- configMapRef:
name: pgroonga-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
- mountPath: /var/lib/postgresql/data-dev
name: pgroongadb-dev
volumes:
- name: pgroongadb-dev
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/development/pgsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
name: pgsync-config
volumeMounts:
- name: pgsync-dev-data
mountPath: /data
mountPath: /data-dev
volumeClaimTemplates:
- metadata:
name: pgsync-dev-data
Expand Down

0 comments on commit 1374113

Please sign in to comment.