Files
podinfo/kustomize/service.yaml
2019-08-06 15:59:03 +03:00

16 lines
221 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