nxtgauge-gitops/apps/traceworks2026/overlays/prod/release-patch.yaml
sync-test d5bce052ac
All checks were successful
sync-to-github / sync (push) Successful in 16s
feat(traceworks2026): add animated journey phases to learn page
2026-08-04 07:40:26 +05:30

23 lines
614 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: traceworks-frontend
namespace: traceworks
spec:
template:
spec:
containers:
- name: nginx
image: ci.nxtgauge.com/admin/traceworks2026-frontend:20260804015000-journey # {"$imagepolicy": "flux-system:traceworks2026-frontend"}
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: traceworks-api
namespace: traceworks
spec:
template:
spec:
containers:
- name: api
image: ci.nxtgauge.com/admin/traceworks2026-api:20260708200914-f50217d32a9c # {"$imagepolicy": "flux-system:traceworks2026-api"}