File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
choose-native-plants/Deployment Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 9090 key : IMAGE_URLS_SHEET_ID
9191 name : app
9292 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
93105 - name : SUPERPLANTS_CSV_URL
94106 valueFrom :
95107 secretKeyRef :
@@ -126,11 +138,17 @@ spec:
126138 key : SERVICE_ACCOUNT
127139 name : app
128140 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
129147 envFrom :
130148 - configMapRef :
131149 name : app-config
132150 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 '
134152 imagePullPolicy : Always
135153 livenessProbe :
136154 httpGet :
You can’t perform that action at this time.
0 commit comments