Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Dec 9, 2021
1 parent a4b5a8c commit 0cde8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .deploy/k8s/k8s-manifest.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cde8d2

Please sign in to comment.