WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
Configure Ingress
Ingress
If you don’t specify anything in your jx-requirements.yml file then Boot will default to using HTTP (rather than HTTPS) and using nip.io as the DNS mechanism.
After running Boot your jx-requirements.yml
may look like:
If you wish to enable external DNS (to automatically register DNS names for all of your exported services) a DNS domain name or TLS then modify the ingress
section of your to add ingress.domain
and ingress.externalDNS = true
in jx-requirements.yml
file and re-run jx boot
.
There’s a complete example below.
You can also update your configuration to enable TLS via ingress.tls.enabled = true
. Here’s an example:
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.