Add README_GO.md

This commit is contained in:
holzi1005 2025-06-29 07:16:48 +02:00
parent a1477f0de7
commit c356e23be3

10
README_GO.md Normal file
View file

@ -0,0 +1,10 @@
# Start Go Script to create new Config
```
export KUBERNETES_HOST="https://10.0.20.7:6443"
export KUBERNETES_TOKEN="eyJhbGciOi..."
export KUBERNETES_VERIFYSSL="false"
export HAPROXY_TEMPLATE="./haproxy.tmpl"
./haproxy-generator > /etc/haproxy/haproxy.cfg && sudo systemctl restart haproxy
```