Skip to content

Commit 7f1fb17

Browse files
Merge pull request #99 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests 4feebac
2 parents 12a227a + 4feebac commit 7f1fb17

File tree

4 files changed

+9
-51
lines changed

4 files changed

+9
-51
lines changed

choose-native-plants/ConfigMap/app-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
app.kubernetes.io/instance: choose-native-plants
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: choose-native-plants
10-
app.kubernetes.io/version: 2.0.4
11-
helm.sh/chart: choose-native-plants-2.0.4
10+
app.kubernetes.io/version: 2.0.5
11+
helm.sh/chart: choose-native-plants-2.0.5
1212
name: app-config
1313
namespace: choose-native-plants

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

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/instance: choose-native-plants
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
8-
app.kubernetes.io/version: 2.0.4
9-
helm.sh/chart: choose-native-plants-2.0.4
8+
app.kubernetes.io/version: 2.0.5
9+
helm.sh/chart: choose-native-plants-2.0.5
1010
name: choose-native-plants
1111
namespace: choose-native-plants
1212
spec:
@@ -168,55 +168,13 @@ spec:
168168
key: LINODE_ENDPOINT_URL
169169
name: linode-storage
170170
optional: false
171-
- name: PAC_API_BASE_URL
172-
valueFrom:
173-
secretKeyRef:
174-
key: PAC_API_BASE_URL
175-
name: pac-api
176-
optional: false
177-
- name: PAC_API_KEY
178-
valueFrom:
179-
secretKeyRef:
180-
key: PAC_API_KEY
181-
name: pac-api
182-
optional: false
183-
- name: AWS_ACCESS_KEY_ID
184-
valueFrom:
185-
secretKeyRef:
186-
key: AWS_ACCESS_KEY_ID
187-
name: linode-storage
188-
optional: false
189-
- name: AWS_SECRET_ACCESS_KEY
190-
valueFrom:
191-
secretKeyRef:
192-
key: AWS_SECRET_ACCESS_KEY
193-
name: linode-storage
194-
optional: false
195-
- name: AWS_DEFAULT_REGION
196-
valueFrom:
197-
secretKeyRef:
198-
key: AWS_DEFAULT_REGION
199-
name: linode-storage
200-
optional: false
201-
- name: LINODE_BUCKET_NAME
202-
valueFrom:
203-
secretKeyRef:
204-
key: LINODE_BUCKET_NAME
205-
name: linode-storage
206-
optional: false
207-
- name: LINODE_ENDPOINT_URL
208-
valueFrom:
209-
secretKeyRef:
210-
key: LINODE_ENDPOINT_URL
211-
name: linode-storage
212-
optional: false
213171
- name: NODE_OPTIONS
214172
value: '--openssl-legacy-provider --max-old-space-size=768'
215173
envFrom:
216174
- configMapRef:
217175
name: app-config
218176
optional: true
219-
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4'
177+
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.5'
220178
imagePullPolicy: Always
221179
livenessProbe:
222180
failureThreshold: 3

choose-native-plants/Ingress/choose-native-plants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
app.kubernetes.io/instance: choose-native-plants
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: choose-native-plants
11-
app.kubernetes.io/version: 2.0.4
12-
helm.sh/chart: choose-native-plants-2.0.4
11+
app.kubernetes.io/version: 2.0.5
12+
helm.sh/chart: choose-native-plants-2.0.5
1313
name: choose-native-plants
1414
namespace: choose-native-plants
1515
spec:

choose-native-plants/Service/choose-native-plants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/instance: choose-native-plants
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
8-
app.kubernetes.io/version: 2.0.4
9-
helm.sh/chart: choose-native-plants-2.0.4
8+
app.kubernetes.io/version: 2.0.5
9+
helm.sh/chart: choose-native-plants-2.0.5
1010
name: choose-native-plants
1111
namespace: choose-native-plants
1212
spec:

0 commit comments

Comments
 (0)