feat: swap for - instead

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-03 19:34:09 +01:00
parent a4092639d1
commit 91d0c2347c
3 changed files with 10 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ spec:
image: "deployment:latest"
ports:
- containerPort: 3000
name: external_http
name: external-http
- containerPort: 3001
name: internal_http
name: internal-http
- containerPort: 3002
name: internal_grpc
name: internal-grpc

View File

@@ -5,13 +5,13 @@ metadata:
spec:
type: LoadBalancer
ports:
- name: external_http
- name: external-http
port: 3000
targetPort: 3000
- name: internal_http
- name: internal-http
port: 3001
targetPort: 3001
- name: internal_grpc
- name: internal-grpc
port: 3002
targetPort: 3002