You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-common/src/main/resources/monitoring/prometheus/service.yaml

19 lines
359 B
YAML

apiVersion: v1
kind: Service
metadata:
name: prometheus
namespace: monitoring
labels:
app.kubernetes.io/name: prometheus
annotations:
metallb.universe.tf/address-pool: private
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: prometheus
ports:
- name: prometheus-http
protocol: TCP
port: 9000
targetPort: 9090