diff --git a/manifests/mysql-deployment.yaml b/manifests/mysql-deployment.yaml index ff0d47c..aac4769 100644 --- a/manifests/mysql-deployment.yaml +++ b/manifests/mysql-deployment.yaml @@ -33,4 +33,4 @@ spec: volumes: - name: dbvol persistentVolumeClaim: - claimName: db-data \ No newline at end of file + claimName: db \ No newline at end of file diff --git a/manifests/wiki-deploy.yaml b/manifests/wiki-deploy.yaml index bfa687d..6f4070c 100644 --- a/manifests/wiki-deploy.yaml +++ b/manifests/wiki-deploy.yaml @@ -43,10 +43,10 @@ spec: volumes: - name: imgvol persistentVolumeClaim: - claimName: images + claimName: image - name: delimgvol persistentVolumeClaim: - claimName: delimages + claimName: delimage - name: mediawiki-config configMap: name: mediawiki-config