diff --git a/choose-native-plants/Deployment/choose-native-plants.yaml b/choose-native-plants/Deployment/choose-native-plants.yaml index 7fa032c..34e0ea0 100644 --- a/choose-native-plants/Deployment/choose-native-plants.yaml +++ b/choose-native-plants/Deployment/choose-native-plants.yaml @@ -182,7 +182,7 @@ spec: name: pac-api - secretRef: name: linode-storage - image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.4 + image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.5 imagePullPolicy: Always livenessProbe: failureThreshold: 3 diff --git a/choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml b/choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml index 17ec00c..2d645ec 100644 --- a/choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml +++ b/choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml @@ -12,3 +12,4 @@ spec: resources: requests: storage: 5Gi + storageClassName: linode-block-storage-retain diff --git a/choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml b/choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml index 6f75dac..e79586b 100644 --- a/choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml +++ b/choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml @@ -11,4 +11,5 @@ spec: - ReadWriteOnce resources: requests: - storage: 5Gi + storage: 10Gi + storageClassName: linode-block-storage-retain