Files
gitops/apps/whoami/service.yaml
2024-08-04 00:24:59 +01:00

17 lines
270 B
YAML

apiVersion: v1
kind: Service
metadata:
name: podinfo
spec:
type: ClusterIP
selector:
app: podinfo
ports:
- name: http
port: 9898
protocol: TCP
targetPort: http
- port: 9999
targetPort: grpc
protocol: TCP
name: grpc