Skip to content

Deploy releases/k8s-manifests 85d8325 #119

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 5 commits into from
May 26, 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: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
name: app-config
namespace: choose-native-plants
48 changes: 3 additions & 45 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: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down Expand Up @@ -168,55 +168,13 @@ spec:
key: LINODE_ENDPOINT_URL
name: linode-storage
optional: false
- name: PAC_API_BASE_URL
valueFrom:
secretKeyRef:
key: PAC_API_BASE_URL
name: pac-api
optional: false
- name: PAC_API_KEY
valueFrom:
secretKeyRef:
key: PAC_API_KEY
name: pac-api
optional: false
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
key: AWS_ACCESS_KEY_ID
name: linode-storage
optional: false
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
key: AWS_SECRET_ACCESS_KEY
name: linode-storage
optional: false
- name: AWS_DEFAULT_REGION
valueFrom:
secretKeyRef:
key: AWS_DEFAULT_REGION
name: linode-storage
optional: false
- name: LINODE_BUCKET_NAME
valueFrom:
secretKeyRef:
key: LINODE_BUCKET_NAME
name: linode-storage
optional: false
- name: LINODE_ENDPOINT_URL
valueFrom:
secretKeyRef:
key: LINODE_ENDPOINT_URL
name: linode-storage
optional: false
- name: NODE_OPTIONS
value: '--openssl-legacy-provider --max-old-space-size=768'
envFrom:
- configMapRef:
name: app-config
optional: true
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4'
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.6'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
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: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
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: 2.0.4
helm.sh/chart: choose-native-plants-2.0.4
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down