16 lines
273 B
YAML
16 lines
273 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: operator-config
|
|
data:
|
|
operator-config.yaml: |
|
|
ceilometer:
|
|
dbUri: "sqlite:///:memory:"
|
|
horizon:
|
|
ingress:
|
|
host: "horizon.vexxhost.com"
|
|
keystone: {}
|
|
heat: {}
|
|
magnum: {}
|
|
chronyd: {}
|