File tree 1 file changed +19
-1
lines changed
choose-native-plants/Deployment
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 90
90
key : IMAGE_URLS_SHEET_ID
91
91
name : app
92
92
optional : false
93
+ - name : PAC_API_BASE_URL
94
+ valueFrom :
95
+ secretKeyRef :
96
+ key : PAC_API_BASE_URL
97
+ name : pac-api
98
+ optional : false
99
+ - name : PAC_API_KEY
100
+ valueFrom :
101
+ secretKeyRef :
102
+ key : PAC_API_KEY
103
+ name : pac-api
104
+ optional : false
93
105
- name : SUPERPLANTS_CSV_URL
94
106
valueFrom :
95
107
secretKeyRef :
@@ -126,11 +138,17 @@ spec:
126
138
key : SERVICE_ACCOUNT
127
139
name : app
128
140
optional : false
141
+ - name : PAC_API_BASE_URL
142
+ valueFrom :
143
+ secretKeyRef :
144
+ key : PAC_API_BASE_URL
145
+ name : pac_api
146
+ optional : false
129
147
envFrom :
130
148
- configMapRef :
131
149
name : app-config
132
150
optional : true
133
- image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:1.1.1 '
151
+ image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:1.0.5 '
134
152
imagePullPolicy : Always
135
153
livenessProbe :
136
154
httpGet :
You can’t perform that action at this time.
0 commit comments