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/tbrntmon/service.yaml
Tobias Brunner 4d219c4c9b
All checks were successful
continuous-integration/drone/push Build is passing
tbrntmon project initialization
2020-06-01 14:27:10 +02:00

14 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nodeexporter
namespace: tbrntmon
labels:
app: nodeexporter
spec:
ports:
- protocol: TCP
port: 9100
targetPort: 9100
name: nodeexporter