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

14 lines
195 B
YAML
Raw Normal View History

2020-02-08 22:52:42 +00:00
apiVersion: v1
kind: Service
metadata:
name: statping
namespace: statping
spec:
ports:
2020-02-08 22:55:09 +00:00
- port: 8080
2020-02-08 22:52:42 +00:00
protocol: TCP
2020-02-08 22:55:09 +00:00
targetPort: 8080
2020-02-08 22:52:42 +00:00
selector:
app: statping
type: ClusterIP