Shuffle namespaces for apps
This commit is contained in:
16
apps/podinfo/service.yaml
Normal file
16
apps/podinfo/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user