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/monitoring/manifests/prometheus-pushgateway-service.yaml

16 lines
267 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: prometheus-pushgateway
name: prometheus-pushgateway
namespace: monitoring
spec:
ports:
- name: http
port: 9091
targetPort: metrics
selector:
app: prometheus-pushgateway
type: ClusterIP