Skip to content

Deploy releases/k8s-manifests d61cdc8 #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions choose-native-plants/ConfigMap/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: app-config
namespace: choose-native-plants
8 changes: 4 additions & 4 deletions choose-native-plants/Deployment/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down Expand Up @@ -216,7 +216,7 @@ spec:
- configMapRef:
name: app-config
optional: true
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.3'
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
volumes:
- name: choose-native-plants-app-images
persistentVolumeClaim:
claimName: choose-native-plants-app-images-v2
claimName: choose-native-plants-app-images
- name: choose-native-plants-mongo-data
persistentVolumeClaim:
claimName: choose-native-plants-mongo-data
4 changes: 2 additions & 2 deletions choose-native-plants/Ingress/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/name: choose-native-plants
name: choose-native-plants-app-images
namespace: choose-native-plants
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/name: choose-native-plants
name: choose-native-plants-mongo-data
namespace: choose-native-plants
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
4 changes: 2 additions & 2 deletions choose-native-plants/Service/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
app.kubernetes.io/instance: choose-native-plants
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 0.1.0
helm.sh/chart: choose-native-plants-0.1.0
app.kubernetes.io/version: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down