diff options
author | gummar <raj.gumma@est.tech> | 2020-03-05 18:57:12 +0000 |
---|---|---|
committer | Raj Gumma <raj.gumma@est.tech> | 2020-03-05 22:08:01 +0000 |
commit | c7bd0e282b6894474e98875037541bf1b795bec8 (patch) | |
tree | 02b3753ea5e555ec27249da88c714f24488c09d8 /kubernetes/cds/charts/cds-blueprints-processor/values.yaml | |
parent | f2b9d74212cbcfd760a5826b7a853f5ba6154e99 (diff) |
Removed external access on unsecure port for cds-blueprints-processor-http
Issue-ID: CCSDK-2147
Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: I7701616ec9732225cf2be07d67dad7af0953bccb
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/values.yaml')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml index 35661c29e9..9bcf03ad3e 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@ -76,11 +76,10 @@ readiness: service: http: - type: NodePort + type: ClusterIP portName: blueprints-processor-http internalPort: 8080 externalPort: 8080 - nodePort: 99 grpc: type: ClusterIP portName: blueprints-processor-grpc |