openstack-operator/config/samples/identity_v1alpha1_keystone.yaml
okozachenko 3ed9b52fcf Add keystone ingress
Create a ingress with the host lists which are from the keystone CR spec

Change-Id: I18c7f3f529e0e44e412b647345fc176bbcea93dc
2020-05-26 01:57:37 +00:00

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"