Files
podinfo/kustomize/service.yaml
stefanprodan 43194bb342 Release v3.0.0
2019-09-05 12:14:18 +03:00

20 lines
298 B
YAML

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