add fornax coordinator and worker k8s manifests

This commit is contained in:
Will Anderson
2026-04-13 23:57:17 +00:00
parent 0aa1f4333c
commit 180fb91c95
16 changed files with 581 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: fornax-worker-WORKER_ID
namespace: media
labels:
app: fornax-worker-WORKER_ID
spec:
selector:
app: fornax-worker-WORKER_ID
ports:
- name: webui
port: 8080
targetPort: 8080
type: ClusterIP