Set the location of cerberus config to match entrypoint

Entrypoint for reference - https://github.com/cloud-bulldozer/cerberus/blob/master/containers/Dockerfile#L23.
This commit is contained in:
Naga Ravi Chaitanya Elluri
2021-10-08 09:04:24 -04:00
parent cdf3bc03d2
commit 970cd061f4
2 changed files with 2 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ services:
ports:
- "8080:8080"
volumes:
- ./config/cerberus.yaml:/root/cerberus/config/cerberus.yaml:Z # Modify the config in case of the need to monitor additional components
- ./config/cerberus.yaml:/root/cerberus/config/config.yaml:Z # Modify the config in case of the need to monitor additional components
- /root/.kube/config:/root/.kube/config:Z