Skip to content
Snippets Groups Projects
Commit 3f1f5311 authored by Aleksandar Ivanov's avatar Aleksandar Ivanov
Browse files

Changed dir for openshift template

parent 48af2f92
No related branches found
No related tags found
No related merge requests found
Loading
@@ -49,7 +49,7 @@ In order to deploy the exporter on Openshift environment.
Loading
@@ -49,7 +49,7 @@ In order to deploy the exporter on Openshift environment.
``` ```
oc project <myproject> oc project <myproject>
   
oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/master/openshift/template.yaml \ oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/master/contrib/openshift-template.yaml \
-p REDIS_ADDR=<redis-service>:<redis-port> \ -p REDIS_ADDR=<redis-service>:<redis-port> \
-p REDIS_PASSWORD=<redis-pass> \ -p REDIS_PASSWORD=<redis-pass> \
-p REDIS_ALIAS=<redis-alias> \ -p REDIS_ALIAS=<redis-alias> \
Loading
@@ -59,7 +59,7 @@ oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/
Loading
@@ -59,7 +59,7 @@ oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/
   
*NOTE*: Some of the parameters can be ommited if no authentication is used or the default redis config is applied. *NOTE*: Some of the parameters can be ommited if no authentication is used or the default redis config is applied.
``` ```
oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/master/openshift/template.yaml \ oc process -f https://raw.githubusercontent.com/ivanovaleksandar/redis_exporter/contrib/openshift-template.yaml \
-p REDIS_ADDR=<redis-service>:<redis-port> \ -p REDIS_ADDR=<redis-service>:<redis-port> \
| oc create -f - | oc create -f -
``` ```
Loading
Loading
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment