mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
30 lines
520 B
YAML
30 lines
520 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: alertmanager
|
||
|
namespace: istio-system
|
||
|
annotations:
|
||
|
prometheus.io/scrape: 'true'
|
||
|
prometheus.io/path: /
|
||
|
prometheus.io/port: '8080'
|
||
|
spec:
|
||
|
selector:
|
||
|
app: alertmanager
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- port: 9093
|
||
|
targetPort: 9093
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: alertmanager-discord
|
||
|
namespace: istio-system
|
||
|
spec:
|
||
|
selector:
|
||
|
app: alertmanager-discord
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- port: 9094
|
||
|
targetPort: 9094
|