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

@@ -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