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

14 lines
204 B
YAML

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