nxtgauge-gitops/apps/traceworks2026/base/api-service.yaml
sync-test f0906d2c67
All checks were successful
sync-to-forgejo / sync (push) Successful in 18s
Add Traceworks Flux image automation
2026-07-05 23:04:54 +05:30

12 lines
194 B
YAML

apiVersion: v1
kind: Service
metadata:
name: traceworks-api
namespace: traceworks
spec:
selector:
app: traceworks-api
ports:
- name: http
port: 3001
targetPort: 3001