Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
This commit is contained in:
commit
0f5d389fda
@ -3760,9 +3760,9 @@ monitoring:
|
|||||||
# -- DEPRECATED Configuration for the table-manager. The table-manager is only necessary when using a deprecated
|
# -- DEPRECATED Configuration for the table-manager. The table-manager is only necessary when using a deprecated
|
||||||
# index type such as Cassandra, Bigtable, or DynamoDB, it has not been necessary since loki introduced self-
|
# index type such as Cassandra, Bigtable, or DynamoDB, it has not been necessary since loki introduced self-
|
||||||
# contained index types like 'boltdb-shipper' and 'tsdb'. This will be removed in a future helm chart.
|
# contained index types like 'boltdb-shipper' and 'tsdb'. This will be removed in a future helm chart.
|
||||||
tableManager:
|
tableManager:
|
||||||
# -- Specifies whether the table-manager should be enabled
|
# -- Specifies whether the table-manager should be enabled
|
||||||
enabled: false
|
enabled: true
|
||||||
image:
|
image:
|
||||||
# -- The Docker registry for the table-manager image. Overrides `loki.image.registry`
|
# -- The Docker registry for the table-manager image. Overrides `loki.image.registry`
|
||||||
registry: null
|
registry: null
|
||||||
@ -3816,7 +3816,7 @@ tableManager:
|
|||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
# -- Tolerations for table-manager pods
|
# -- Tolerations for table-manager pods
|
||||||
tolerations: []
|
tolerations: []
|
||||||
# -- Enable deletes by retention
|
# -- Enable deletes by retention
|
||||||
retention_deletes_enabled: false
|
retention_deletes_enabled: true
|
||||||
# -- Set retention period
|
# -- Set retention period
|
||||||
retention_period: 0
|
retention_period: 30d
|
||||||
|
|||||||
@ -1165,7 +1165,15 @@ grafana:
|
|||||||
|
|
||||||
## Configure additional grafana datasources (passed through tpl)
|
## Configure additional grafana datasources (passed through tpl)
|
||||||
## ref: http://docs.grafana.org/administration/provisioning/#datasources
|
## ref: http://docs.grafana.org/administration/provisioning/#datasources
|
||||||
additionalDataSources: []
|
additionalDataSources:
|
||||||
|
- name: Loki
|
||||||
|
type: loki
|
||||||
|
url: http://loki-gateway.freeleaps-logging-system
|
||||||
|
access: proxy
|
||||||
|
editable: false
|
||||||
|
jsonData:
|
||||||
|
maxLines: 1000
|
||||||
|
timeout: 30
|
||||||
# - name: prometheus-sample
|
# - name: prometheus-sample
|
||||||
# access: proxy
|
# access: proxy
|
||||||
# basicAuth: true
|
# basicAuth: true
|
||||||
|
|||||||
@ -16,7 +16,7 @@ chat:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: chat
|
name: chat
|
||||||
tag: snapshot-c0c0aa9
|
tag: snapshot-8e2caa8
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -8,6 +8,11 @@ dashboard:
|
|||||||
name: freeleaps-prod-chat-dashboard
|
name: freeleaps-prod-chat-dashboard
|
||||||
title: Chat Service Dashboard (PROD)
|
title: Chat Service Dashboard (PROD)
|
||||||
metricsPrefix: freeleaps_chat
|
metricsPrefix: freeleaps_chat
|
||||||
|
logIngest:
|
||||||
|
enabled: true
|
||||||
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
|
logPathPattern: /app/log/chat/*.log
|
||||||
|
logPath: /app/log/chat
|
||||||
chat:
|
chat:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
@ -55,7 +60,7 @@ chat:
|
|||||||
port: 8012
|
port: 8012
|
||||||
targetPort: 8012
|
targetPort: 8012
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: false
|
||||||
labels:
|
labels:
|
||||||
release: kube-prometheus-stack
|
release: kube-prometheus-stack
|
||||||
namespace: freeleaps-monitoring-system
|
namespace: freeleaps-monitoring-system
|
||||||
@ -92,7 +97,7 @@ chat:
|
|||||||
certPath: ''
|
certPath: ''
|
||||||
redisUrl: redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
|
redisUrl: redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
|
||||||
redisIsCluster: 'true'
|
redisIsCluster: 'true'
|
||||||
metricsEnabled: 'true'
|
metricsEnabled: 'false'
|
||||||
probesEnabled: 'true'
|
probesEnabled: 'true'
|
||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
|
|||||||
@ -7,6 +7,11 @@ dashboard:
|
|||||||
name: freeleaps-prod-devsvc-dashboard
|
name: freeleaps-prod-devsvc-dashboard
|
||||||
title: Dev Service Dashboard (PROD)
|
title: Dev Service Dashboard (PROD)
|
||||||
metricsPrefix: freeleaps_devsvc
|
metricsPrefix: freeleaps_devsvc
|
||||||
|
logIngest:
|
||||||
|
enabled: true
|
||||||
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
|
logPathPattern: /app/log/devsvc/*.log
|
||||||
|
logPath: /app/log/devsvc
|
||||||
devsvc:
|
devsvc:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
|
|||||||
@ -16,7 +16,7 @@ freeleaps:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: backend
|
name: backend
|
||||||
tag: snapshot-c0c0aa9
|
tag: snapshot-8e2caa8
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -8,6 +8,11 @@ dashboard:
|
|||||||
name: freeleaps-prod-backend-dashboard
|
name: freeleaps-prod-backend-dashboard
|
||||||
title: Backend Service Dashboard (PROD)
|
title: Backend Service Dashboard (PROD)
|
||||||
metricsPrefix: freeleaps_backend
|
metricsPrefix: freeleaps_backend
|
||||||
|
logIngest:
|
||||||
|
enabled: true
|
||||||
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
||||||
|
logPathPattern: /app/log/freeleaps/*.log
|
||||||
|
logPath: /app/log/freeleaps
|
||||||
freeleaps:
|
freeleaps:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
|
|||||||
@ -8,7 +8,7 @@ frontend:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: frontend
|
name: frontend
|
||||||
tag: snapshot-c0c0aa9
|
tag: snapshot-8e2caa8
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user