2 Commits

Author SHA1 Message Date
d415188b7a Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-07-10 03:21:12 +00:00
9264d0822c change interval
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-07-09 22:20:12 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER

View File

@@ -14,8 +14,8 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: metrics
interval: 120s
scrapeTimeout: 30s
interval: 6h
scrapeTimeout: 120s
path: /metrics
---
@@ -35,6 +35,6 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
endpoints:
- port: metrics
interval: 120s
scrapeTimeout: 30s
interval: 6h
scrapeTimeout: 120s
path: /metrics