github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/docs/external-dbs/consul.md (about)

     1  # Configuring external Consul service
     2  
     3  ## Limitations
     4  
     5  At the moment Codefresh supports only deprecated Consul API (image __consul:1.0.0__), does not support connection via HTTPS and any authentication.
     6  The Consul host have to expose port `8500`.
     7  In general, we don't recommend to take the Consul service outside the cluster.
     8  
     9  ## config.yaml
    10  
    11  To configure Codefresh using external Consul service, add the following values to the __config.yaml__:
    12  
    13  ```yaml
    14  global:
    15    consulHost: <MY CONSUL HOST>
    16  
    17  consul:
    18    enabled: false
    19  ```