diff options
Diffstat (limited to 'sidecar/rproxy/config/primary-service.properties')
-rw-r--r-- | sidecar/rproxy/config/primary-service.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sidecar/rproxy/config/primary-service.properties b/sidecar/rproxy/config/primary-service.properties new file mode 100644 index 0000000..d0f7a32 --- /dev/null +++ b/sidecar/rproxy/config/primary-service.properties @@ -0,0 +1,5 @@ +primary-service.protocol = https +primary-service.host = localhost + +# This needs to be configured to match the port of the primary service running in the pod +primary-service.port = 9000 |