kube transfer to single-node host
This commit is contained in:
@@ -5,6 +5,7 @@ Wants=network-online.target
|
||||
ContainerName=cloudflared
|
||||
Exec=proxy-dns --address 0.0.0.0 --port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query
|
||||
Image=docker.io/cloudflare/cloudflared:2024.5.0
|
||||
Network=podman1.network
|
||||
PublishPort=0.0.0.0:5053:5053/tcp
|
||||
PublishPort=0.0.0.0:5053:5053/udp
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
ContainerName=iperf3
|
||||
Exec=-s
|
||||
Image=docker.io/networkstatic/iperf3:latest
|
||||
Network=podman1.network
|
||||
PublishPort=0.0.0.0:5202:5201/tcp
|
||||
|
||||
[Service]
|
||||
|
||||
@@ -5,6 +5,7 @@ Wants=network-online.target
|
||||
ContainerName=pihole
|
||||
Environment=TZ=America/Chicago
|
||||
Image=docker.io/pihole/pihole:2024.05.0
|
||||
Network=podman1.network
|
||||
PublishPort=0.0.0.0:53:53/tcp
|
||||
PublishPort=0.0.0.0:53:53/udp
|
||||
PublishPort=0.0.0.0:8081:80/tcp
|
||||
|
||||
3
podman/quadlets/podman1.network
Normal file
3
podman/quadlets/podman1.network
Normal file
@@ -0,0 +1,3 @@
|
||||
# podman1.network
|
||||
[Network]
|
||||
IPv6=true
|
||||
Reference in New Issue
Block a user