diff --git a/blazegraph-svc.yaml b/blazegraph-svc.yaml index 284b242d75d787f64a08fcf4d9279643c310cd88..11be07b85c5b50be80e55d3742a9a14fbab89fa0 100644 --- a/blazegraph-svc.yaml +++ b/blazegraph-svc.yaml @@ -7,7 +7,7 @@ metadata: app: fdp tier: blazegrah spec: - type: LoadBalancer + type: ClusterIP ports: - protocol: TCP port: 8888 diff --git a/fdp-api-svc.yaml b/fdp-api-svc.yaml index 6c5e75313c0ce1011c76e16f97d97e9c5c5bc3cb..9b536df931925e9001ca8ec4e36fd40c0e991c61 100644 --- a/fdp-api-svc.yaml +++ b/fdp-api-svc.yaml @@ -7,9 +7,9 @@ metadata: app: fdp tier: back spec: - type: LoadBalancer - externalIPs: - - 51.178.69.94 + type: ClusterIP + #externalIPs: + # - 51.178.69.94 ports: - protocol: TCP port: 80 diff --git a/fdp-client-svc.yaml b/fdp-client-svc.yaml index e202be15f911cd5ffd37c569c70f799f94f3e64d..b16f416237c96b6be0370b772c497ef88e1a03b4 100644 --- a/fdp-client-svc.yaml +++ b/fdp-client-svc.yaml @@ -7,7 +7,7 @@ metadata: app: fdp tier: front spec: - type: LoadBalancer + type: ClusterIP ports: - protocol: TCP port: 80 diff --git a/ffds-register-api.yaml b/ffds-register-api.yaml index 5973007d308b620a2847f10225c7e1a8ecd989d0..e8ae19de3fad8a4a3cfdf320258ab8edc663d0f8 100644 --- a/ffds-register-api.yaml +++ b/ffds-register-api.yaml @@ -7,7 +7,7 @@ metadata: app: ffds tier: api spec: - type: LoadBalancer + type: ClusterIP ports: - protocol: TCP port: 80 diff --git a/ffds-register-svc.yaml b/ffds-register-svc.yaml index 7137888083ade37f2e0dcf554b60f3bba9f9490d..53d4dd2113eb8bc79b95a68816c1bc5911eeb40f 100644 --- a/ffds-register-svc.yaml +++ b/ffds-register-svc.yaml @@ -7,7 +7,7 @@ metadata: app: fdp tier: register-front spec: - type: LoadBalancer + type: ClusterIP ports: - protocol: TCP port: 80 diff --git a/mongo-svc.yaml b/mongo-svc.yaml index 526eb62e11db1274483707dca21f84845edbd411..2a8d1781be6f9fb57c2a4d697785ba7661560bd2 100644 --- a/mongo-svc.yaml +++ b/mongo-svc.yaml @@ -4,10 +4,10 @@ metadata: labels: app: fdp tier: mongo - name: mongo + name: mongo2 namespace: f2ds spec: - type: LoadBalancer + type: ClusterIP ports: - name: "27017" port: 27017 diff --git a/smartharvester-svc.yaml b/smartharvester-svc.yaml index e43a1a17540d3f4eb814cec0b191b72c375354b9..209eb142bcefb93693ccf03fe1be5c650fe6ef6e 100644 --- a/smartharvester-svc.yaml +++ b/smartharvester-svc.yaml @@ -7,7 +7,7 @@ metadata: app: fdp tier: back spec: - type: LoadBalancer + type: ClusterIP ports: - protocol: TCP port: 8080