fix: add serviceMonitor configuration to authentication, centralStorage, content, notification, and payment services

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-17 23:40:13 +08:00
parent 32198e2f9a
commit 4a726cce49
10 changed files with 66 additions and 65 deletions

View File

@ -43,6 +43,11 @@ authentication:
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: authentication-service
type: ClusterIP
port: 8004
targetPort: 8004
serviceMonitor:
enabled: true
labels:
@ -50,11 +55,6 @@ authentication:
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ""
services:
- name: authentication-service
type: ClusterIP
port: 8004
targetPort: 8004
ingresses: {}
configs:
tz: UTC

View File

@ -23,17 +23,18 @@ authentication:
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
serviceMonitor:
enabled: false
labels: {}
namespace: ""
internal: 30s
scrapeTimeout: ""
services:
- name: authentication-service
type: ClusterIP
port: 8004
targetPort: 8004
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ""
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs:

View File

@ -43,6 +43,11 @@ centralStorage:
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
serviceMonitor:
enabled: true
labels:
@ -50,11 +55,6 @@ centralStorage:
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ""
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
ingresses: {}
configs:
tz: UTC

View File

@ -23,17 +23,17 @@ central-storage:
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
serviceMonitor:
enabled: false
labels: {}
namespace: ""
internal: 30s
scrapeTimeout: ""
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs:

View File

@ -43,6 +43,11 @@ content:
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: content-service
type: ClusterIP
port: 8013
targetPort: 8013
serviceMonitor:
enabled: true
labels:
@ -50,11 +55,6 @@ content:
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ""
services:
- name: content-service
type: ClusterIP
port: 8013
targetPort: 8013
ingresses: {}
configs:
tz: UTC

View File

@ -23,17 +23,17 @@ content:
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: content-service
type: ClusterIP
port: 8013
targetPort: 8013
serviceMonitor:
enabled: false
labels: {}
namespace: ""
internal: 30s
scrapeTimeout: ""
services:
- name: content-service
type: ClusterIP
port: 8013
targetPort: 8013
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs:

View File

@ -43,6 +43,11 @@ notification:
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: notification-service
type: ClusterIP
port: 8003
targetPort: 8003
serviceMonitor:
enabled: true
labels:
@ -50,11 +55,6 @@ notification:
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ''
services:
- name: notification-service
type: ClusterIP
port: 8003
targetPort: 8003
ingresses: {}
configs:
tz: UTC

View File

@ -23,17 +23,17 @@ notification:
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: notification-service
type: ClusterIP
port: 8003
targetPort: 8003
serviceMonitor:
enabled: false
labels: {}
namespace: ""
internal: 30s
scrapeTimeout: ""
services:
- name: notification-service
type: ClusterIP
port: 8003
targetPort: 8003
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs:

View File

@ -43,6 +43,11 @@ payment:
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: payment-service
type: ClusterIP
port: 8006
targetPort: 8006
serviceMonitor:
enabled: true
labels:
@ -50,11 +55,6 @@ payment:
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ''
services:
- name: payment-service
type: ClusterIP
port: 8006
targetPort: 8006
ingresses: {}
configs:
tz: UTC

View File

@ -23,17 +23,17 @@ payment:
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: payment-service
type: ClusterIP
port: 8006
targetPort: 8006
serviceMonitor:
enabled: false
labels: {}
namespace: ""
internal: 30s
scrapeTimeout: ""
services:
- name: payment-service
type: ClusterIP
port: 8006
targetPort: 8006
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs: