fluidd manifests added

This commit is contained in:
kube-master@emrekirman.com 2026-03-08 10:24:01 +00:00
parent bef25a90fa
commit aa500ce705
2 changed files with 16 additions and 0 deletions

1
fluidd/README.md Normal file
View File

@ -0,0 +1 @@
docker stack deploy -c fluidd.yml fluidd

15
fluidd/fluidd.yml Normal file
View File

@ -0,0 +1,15 @@
version: '3.8'
services:
fluidd:
image: ghcr.io/fluidd-core/fluidd:latest
ports:
- target: 80 # Container içindeki port
published: 8086 # Host makinede açılacak port
protocol: tcp
mode: host # Ingress yerine doğrudan node'a bind eder
deploy:
replicas: 1
placement:
constraints:
- node.labels.platform == prod