Shuffle namespaces for apps

This commit is contained in:
2024-08-04 22:15:40 +01:00
parent fa12066425
commit 98e16f2241
7 changed files with 3 additions and 3 deletions

16
apps/podinfo/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: podinfo
spec:
type: ClusterIP
selector:
app: podinfo
ports:
- name: http
port: 9898
targetPort: 9898
- name: grpc
port: 9999
targetPort: 9999
protocol: TCP