Merge "Adding EJBCA configuration to Documentation"
[oom/platform/cert-service.git] / docs / sections / configuration.rst
index 1c9c62b..51c87aa 100644 (file)
@@ -20,7 +20,7 @@ Certification Service Client image:
 .. code-block:: 
 
   #Client envs
-  REQUEST_URL=http://aaf-cert-service-service:8080/v1/certificate/
+  REQUEST_URL=http://aaf-cert-service:8080/v1/certificate/
   REQUEST_TIMEOUT=1000
   OUTPUT_PATH=/var/certs
   CA_NAME=RA
@@ -107,7 +107,7 @@ Example deployment:
             imagePullPolicy: Always
             env:
               - name: REQUEST_URL
-                value: http://aaf-cert-service-service:8080/v1/certificate/
+                value: http://aaf-cert-service:8080/v1/certificate/
               - name: REQUEST_TIMEOUT
                 value: "1000"
               - name: OUTPUT_PATH