@_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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "TRIBE multi-agent development system - Zero to productive with one command",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {
@@ -224,7 +224,7 @@ spec:
224
224
  image: tribexal/tribe:latest-taskmaster
225
225
  imagePullPolicy: IfNotPresent
226
226
  ports:
227
- - containerPort: 5000
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: 5000
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