15 lines
207 B
YAML
Raw Normal View History

2023-01-04 14:56:13 +04:00
kind: Service
apiVersion: v1
metadata:
name: webstatus
labels:
app: eshop
service: webstatus
spec:
ports:
- port: 80
protocol: TCP
name: http
selector:
service: webstatus