summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-08-04 14:10:00 +0300
committerIttay Stern <ittay.stern@att.com>2019-08-06 14:41:45 +0000
commitb871d7ffd39eef96df17810eadf5c79ff1656526 (patch)
tree3cb055439978d96cb765c072ecf945b70f21ee7f
parent9dba0521c046f50d9744e7e2318e0cdce51c6345 (diff)
Close VID's plain text port 30238
* Move robot's health-check to https * Expose 8080 on ClusterIP only Issue-ID: VID-496 Issue-ID: OJSI-119 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: Ife12c8304a1ce9d65d3767b181de486351b767fb (cherry picked from commit 7ceca019e54df4ca49fd00946175f9c533bb7ed1)
-rw-r--r--values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/values.yaml b/values.yaml
index be75030..39989d3 100644
--- a/values.yaml
+++ b/values.yaml
@@ -119,8 +119,8 @@ openStackPrivateNetCidr: "10.0.0.0/8"
openStackOamNetworkCidrPrefix: "10.0"
# VID protocol/port until Selenium issue with SSL resolved
# https/8443 vs http/8080
-vidServerProtocol: "http"
-vidServerPort: "8080"
+vidServerProtocol: "https"
+vidServerPort: "8443"
# Override with Pub Key for access to VNF
vnfPubKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh imported-openssh-key"
# Override with Private Key for access to VNF