Loading .deploy/k8s/k8s-manifest.demo.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -141,15 +141,15 @@ spec: selector: app: ever-demo-api ports: - name: rest_api_http - name: rest-api-http protocol: TCP port: 443 targetPort: 5500 - name: gql_api_http - name: gql-api-http protocol: TCP port: 5555 targetPort: 5555 - name: gql_subscriptions_ws - name: gql-subscriptions-ws protocol: TCP port: 5050 targetPort: 5050 Loading Loading
.deploy/k8s/k8s-manifest.demo.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -141,15 +141,15 @@ spec: selector: app: ever-demo-api ports: - name: rest_api_http - name: rest-api-http protocol: TCP port: 443 targetPort: 5500 - name: gql_api_http - name: gql-api-http protocol: TCP port: 5555 targetPort: 5555 - name: gql_subscriptions_ws - name: gql-subscriptions-ws protocol: TCP port: 5050 targetPort: 5050 Loading