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

16 lines
250 B
YAML

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