From 54cc92903b1d557628bd8f0051d868ad60b843a2 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Wed, 12 Aug 2020 20:13:05 -0400 Subject: [PATCH] add deployment notes --- Dockerfile | 4 ++-- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0429256..0700b81 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 7fd1886..f9fb989 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. -- GitLab