Commit d994dc86 by trierra

changed ports for portworx-service and portworx-api

Signed-off-by: 's avatartrierra <oksana@portworx.com>
parent bbc4fddf
name: portworx name: portworx
appVersion: 1.0.4 appVersion: 1.0.5
version: 1.0.4 version: 1.0.5
description: A Helm chart for installing Portworx on Kubernetes. description: A Helm chart for installing Portworx on Kubernetes.
keywords: keywords:
- Storage - Storage
......
...@@ -20,6 +20,10 @@ spec: ...@@ -20,6 +20,10 @@ spec:
targetPort: 9019 targetPort: 9019
- name: px-sdk - name: px-sdk
protocol: TCP protocol: TCP
port: 9020
targetPort: 9020
- name: px-rest-gateway
protocol: TCP
port: 9021 port: 9021
targetPort: 9021 targetPort: 9021
--- ---
...@@ -39,4 +43,12 @@ spec: ...@@ -39,4 +43,12 @@ spec:
protocol: TCP protocol: TCP
port: 9001 port: 9001
targetPort: 9001 targetPort: 9001
- name: px-sdk
protocol: TCP
port: 9020
targetPort: 9020
- name: px-rest-gateway
protocol: TCP
port: 9021
targetPort: 9021
--- ---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment