@_xtribe/cli 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tribe-deployment.yaml +4 -3
package/package.json
CHANGED
package/tribe-deployment.yaml
CHANGED
|
@@ -224,7 +224,7 @@ spec:
|
|
|
224
224
|
image: tribexal/tribe:latest-taskmaster
|
|
225
225
|
imagePullPolicy: IfNotPresent
|
|
226
226
|
ports:
|
|
227
|
-
- containerPort:
|
|
227
|
+
- containerPort: 8080
|
|
228
228
|
env:
|
|
229
229
|
- name: FLASK_ENV
|
|
230
230
|
value: development
|
|
@@ -236,8 +236,8 @@ spec:
|
|
|
236
236
|
value: will-be-set-by-init-job
|
|
237
237
|
readinessProbe:
|
|
238
238
|
httpGet:
|
|
239
|
-
path: /
|
|
240
|
-
port:
|
|
239
|
+
path: /health
|
|
240
|
+
port: 8080
|
|
241
241
|
initialDelaySeconds: 10
|
|
242
242
|
periodSeconds: 5
|
|
243
243
|
---
|
|
@@ -251,6 +251,7 @@ spec:
|
|
|
251
251
|
app: taskmaster
|
|
252
252
|
ports:
|
|
253
253
|
- port: 5000
|
|
254
|
+
targetPort: 8080
|
|
254
255
|
---
|
|
255
256
|
# Bridge
|
|
256
257
|
apiVersion: apps/v1
|