fluidd manifests added
This commit is contained in:
parent
bef25a90fa
commit
aa500ce705
1
fluidd/README.md
Normal file
1
fluidd/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
docker stack deploy -c fluidd.yml fluidd
|
||||||
15
fluidd/fluidd.yml
Normal file
15
fluidd/fluidd.yml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user