Use published observability charts

This commit is contained in:
Kochetkov S 2026-05-21 16:09:10 +03:00
parent db766445dd
commit 02b314afef
3 changed files with 30 additions and 4 deletions

View File

@ -13,6 +13,19 @@ spec:
deployment:
replicaCount:
_default: 1
envs:
- name: SERVER_ROLE
value:
_default: web
- name: PORT
value:
_default: "8000"
- name: GLITCHTIP_DOMAIN
value:
_default: https://glitchtip.contour.infra.sarex.tech
- name: ENABLE_OPEN_USER_REGISTRATION
value:
_default: "false"
serviceAccount:
enabled: true
name:
@ -21,6 +34,16 @@ spec:
deployment:
replicaCount:
_default: 1
envs:
- name: SERVER_ROLE
value:
_default: worker
- name: PORT
value:
_default: "8000"
- name: GLITCHTIP_DOMAIN
value:
_default: https://glitchtip.contour.infra.sarex.tech
serviceAccount:
enabled: false
name:
@ -31,6 +54,9 @@ spec:
name: glitchtip-secret
migrate:
enabled: true
env:
PORT: "8000"
GLITCHTIP_DOMAIN: https://glitchtip.contour.infra.sarex.tech
vault:
enabled: true
role: glitchtip

View File

@ -7,8 +7,8 @@ spec:
interval: 10m
chart:
spec:
chart: glitchtip-contour
version: "0.1.7"
chart: glitchtip
version: "0.1.8"
sourceRef:
kind: HelmRepository
name: yc-oci-charts

View File

@ -7,8 +7,8 @@ spec:
interval: 10m
chart:
spec:
chart: openobserve-contour
version: "0.1.7"
chart: openobserve
version: "0.1.8"
sourceRef:
kind: HelmRepository
name: yc-oci-charts