14 lines
204 B
YAML
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 |