Added gurumi node player.
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 25s
Auto-update README / Generate README and Create MR (push) Successful in 10s

This commit is contained in:
Ultradesu
2026-04-08 15:15:38 +01:00
parent af66893c23
commit c7176155c5
6 changed files with 80 additions and 19 deletions

View File

@@ -51,17 +51,12 @@ spec:
secretKeyRef:
name: furumi-ng-creds
key: PG_STRING
- name: FURUMI_PLAYER_API_KEY
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: PLAYER_API_KEY
- name: FURUMI_PLAYER_STORAGE_DIR
value: "/media"
- name: RUST_LOG
value: "info"
ports:
- name: web-ui
- name: http
containerPort: 8080
protocol: TCP
volumeMounts:
@@ -72,4 +67,3 @@ spec:
hostPath:
path: /k8s/furumi-dev/library
type: DirectoryOrCreate