Proxmox: node1-3 → 10.0.19.101-103 Talos cp1-3 → 10.0.19.1-3, workers → 10.0.19.4-6 K8s endpoint → VIP https://10.0.19.10:6443 Ansible: prom → 10.0.19.31, db → 10.0.19.30 Talos: added VIP block to controlplane.yaml base config Promtail: Loki URL → 10.0.19.31 Docs: all references updated, talos4 removed
7 lines
312 B
Django/Jinja
7 lines
312 B
Django/Jinja
{{ opensearch_caddy_domain | default(inventory_hostname) }} {
|
|
reverse_proxy 127.0.0.1:{{ opensearch_dashboards_port | default('5601') }} {
|
|
header_up X-Forwarded-Host {host}
|
|
header_up X-Real-IP {remote_host}
|
|
header_up X-Forwarded-Proto {scheme}
|
|
}
|
|
}
|