Skip to content

Commit b4580b8

Browse files
committed
☀ projected k8s-manifests-github from 45c25f0
Source-holobranch: k8s-manifests-github Source-commit: 45c25f0 Source: 45c25f0
2 parents 1923434 + 45c25f0 commit b4580b8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

choose-native-plants/Deployment/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ spec:
182182
name: pac-api
183183
- secretRef:
184184
name: linode-storage
185-
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.4
185+
image: ghcr.io/codeforphilly/pa-wildflower-selector/app:2.1.5
186186
imagePullPolicy: Always
187187
livenessProbe:
188188
failureThreshold: 3

choose-native-plants/PersistentVolumeClaim/choose-native-plants-app-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
resources:
1313
requests:
1414
storage: 5Gi
15+
storageClassName: linode-block-storage-retain

choose-native-plants/PersistentVolumeClaim/choose-native-plants-mongo-data.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ spec:
1111
- ReadWriteOnce
1212
resources:
1313
requests:
14-
storage: 5Gi
14+
storage: 10Gi
15+
storageClassName: linode-block-storage-retain

0 commit comments

Comments
 (0)