Forum Discussion
ibardarov
03-15-2023Data Storage
We done it by setting internal and external IP the same. also the hostname.
## Uninstall the Sisense
Change in the configuration
uninstall_cluster: true
uninstall_sisense: true
## Configure now ssl
Change in the configuration
k8s_nodes:
- { node: hostname, internal_ip: "INTERNAL_IP", external_ip: "INTERNAL_IP" }
Additionally to remove the ssl from sisense ec2 we did
is_ssl: false
ssl_key_path: ""
ssl_cer_path: ""
uninstall_cluster: false
uninstall_sisense: false
# Setup the ALB
The listener should forward to the new instance on HTTP port 30845
The healtchecks
health_check {
port = 30845
protocol = "HTTP"
matcher = "200,404"
}