Move some ports around

This commit is contained in:
2024-08-04 01:04:23 +01:00
parent affd96c3a2
commit e27c8ddf6e
2 changed files with 4 additions and 6 deletions

View File

@@ -11,4 +11,5 @@ spec:
services: services:
- name: podinfo - name: podinfo
namespace: apps namespace: apps
kind: Service
port: 9898 port: 9898

View File

@@ -9,9 +9,6 @@ spec:
ports: ports:
- name: http - name: http
port: 9898 port: 9898
protocol: TCP - name: grpc
targetPort: http port: 9999
- port: 9999 protocol: TCP
targetPort: grpc
protocol: TCP
name: grpc