Files
podinfo/deploy/webapp/frontend/service.yaml
2020-04-28 19:12:25 +03:00

15 lines
214 B
YAML

apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: webapp
spec:
type: ClusterIP
selector:
app: frontend
ports:
- name: http
port: 80
protocol: TCP
targetPort: http