diff --git a/Dockerfile b/Dockerfile index 042925679aceb1eefdf43282449c4f2e954da210..0700b81f12437a530a25fc74385912a75d2f9944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io -ARG BASE_IMAGE=ubi8 +ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.2 FROM quay.io/coreos/prometheus-config-reloader:v0.41.0 as base diff --git a/README.md b/README.md index 7fd18865f980f6d7707348bb5559759b339961b1..f9fb989817e998fc27136f8160cdd08dc7d1f8c7 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,9 @@ Config reloader for the Prometheus Operator. ## Documentation To learn more about prometheus-config-reloader [go to the complete documentation](https://github.com/coreos/prometheus-operator). + +## Deployment + +prometheus-config-reloader is included in the Prometheus monitoring stack for Kubernetes. + +Refer the to [prometheus-operator](https://repo1.dsop.io/dsop/opensource/coreos/prometheus-operator) repository for deployment instructions. The project contains Kubernetes manifests to apply to your cluster for installation.