2 Commits

Author SHA1 Message Date
4d2b13e477 add service monitor 2025-01-09 16:04:24 -06:00
4c617353be change logging 2025-01-09 16:03:29 -06:00
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: komodo
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: komodo
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: metrics
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
selector:
matchLabels:
app.kubernetes.io/name: komodo
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: http
interval: 30s
scrapeTimeout: 10s
path: /metrics

View File

@@ -15,7 +15,7 @@ komodo:
- name: COMPOSE_KOMODO_IMAGE_TAG
value: 1.16.12
- name: COMPOSE_LOGGING_DRIVER
value: none
value: local
- name: KOMODO_HOST
value: https://komodo-cl01tl.boreal-beaufort.ts.net/
- name: KOMODO_TITLE