Use published observability charts
This commit is contained in:
parent
db766445dd
commit
02b314afef
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user