3ed9b52fcf
Create a ingress with the host lists which are from the keystone CR spec Change-Id: I18c7f3f529e0e44e412b647345fc176bbcea93dc
11 lines
202 B
YAML
11 lines
202 B
YAML
---
|
|
apiVersion: identity.openstack.org/v1alpha1
|
|
kind: Keystone
|
|
metadata:
|
|
name: sample
|
|
spec:
|
|
configDir: /etc/keystone
|
|
ingress:
|
|
- host: "keystone1.vexxhost.com"
|
|
- host: "keystone2.vexxhost.com"
|