mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
17 lines
252 B
YAML
17 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
alertmanager: main
|
|
name: alertmanager-main
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: web
|
|
nodePort: 30903
|
|
port: 9093
|
|
protocol: TCP
|
|
targetPort: web
|
|
selector:
|
|
alertmanager: main
|