Gluttony-Cluster/prometheus/prometheus-service.yaml
Tyler Perkins f229f59c33
All checks were successful
continuous-integration/drone/push Build is passing
Add promehteus
2023-11-10 23:18:05 -05:00

18 lines
250 B
YAML

apiVersion: v1
kind: Service
metadata:
name: prometheus
namespace: prometheus-ns
labels:
app: prometheus
spec:
type: ClusterIP
ports:
- port: 9090
targetPort: 9090
protocol: TCP
name: http
selector:
app: prometheus