Skip to content

Commit

Permalink
pvc naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 25, 2023
1 parent 99b98c1 commit 9cff060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/pods/stacks-blockchain-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
protocol: TCP
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: stacks-blockchain-api
name: stacks-blockchain-api-pg
volumes:
- name: stacks-blockchain-api
- name: stacks-blockchain-api-pg
persistentVolumeClaim:
claimName: stacks-blockchain-api
claimName: stacks-blockchain-api-pg

0 comments on commit 9cff060

Please sign in to comment.