Files
haproxy-unified/haproxy/ci/daemonset-hostnet-values.yaml
Scaffolder b6460c4ea3
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m15s
initial commit
Change-Id: I2e2564a72b6be9af536235fc3795fd788fd9257b
2026-04-15 15:41:22 +00:00

14 lines
220 B
YAML

kind: DaemonSet
containerPorts:
http: 8080
https: 8443
stat: 8024
daemonset:
useHostNetwork: true
useHostPort: true
hostPorts:
http: 8080
https: 8443
stat: 8024
dnsPolicy: ClusterFirstWithHostNet