This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/statping/service.yaml
2020-02-08 23:52:42 +01:00

14 lines
191 B
YAML

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