openstack-operator/config/samples/dashboard_v1alpha1_horizon.yaml
okozachenko e3da5a50e4 Add tls,and enable multi hosts in horizon ingress
Aassuming the usge of nginx ingress controller, cert-manager and letsencrypt clusterissuer.
Multi hosts are based on the same backend service.

Change-Id: Ia4c02847afa380a234fa738d467ddbd011270100
2020-05-25 18:41:56 +03:00

10 lines
199 B
YAML

apiVersion: dashboard.openstack.org/v1alpha1
kind: Horizon
metadata:
name: sample
labels:
prometheus: helm
spec:
ingress:
- host: "horizon1.vexxhost.com"
- host: "horizon2.vexxhost.com"