Manifests/fluidd/fluidd.yml
kube-master@emrekirman.com aa500ce705 fluidd manifests added
2026-03-08 10:24:01 +00:00

16 lines
410 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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