18 lines
368 B
YAML
18 lines
368 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: operator-config
|
|
data:
|
|
operator-config.yaml: |
|
|
horizon:
|
|
ingress:
|
|
host: "horizon.vexxhost.com"
|
|
keystone:
|
|
configDir: /etc/keystone
|
|
heat:
|
|
configDir: /etc/heat
|
|
ingress:
|
|
host:
|
|
api: "h-api.vexxhost.com"
|
|
api-cfn: "h-api-cfn.vexxhost.com"
|
|
chronyd: {} |