Kubernetes Ingress
Access Bindplane from Outside of the Cluster
Basic Example
ingress:
enable: true
host: bindplane.local
class: nginxTLS Example
ingress:
enable: true
host: bindplane.mycorp.net
class: nginx
tls:
enable: true
secret: bindplane-nginx-tls
annotations:
cert-manager.io/cluster-issuer: 'letsencrypt-prod'Last updated
Was this helpful?