diff --git a/clusters/yc-k8s-test/infrastructure/patches/glitchtip.yaml b/clusters/yc-k8s-test/infrastructure/patches/glitchtip.yaml index 6d32023..4e54de2 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/glitchtip.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/glitchtip.yaml @@ -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 diff --git a/infrastructure/glitchtip/base/helmrelease.yaml b/infrastructure/glitchtip/base/helmrelease.yaml index eb92229..839f30c 100644 --- a/infrastructure/glitchtip/base/helmrelease.yaml +++ b/infrastructure/glitchtip/base/helmrelease.yaml @@ -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 diff --git a/infrastructure/openobserve/base/helmrelease.yaml b/infrastructure/openobserve/base/helmrelease.yaml index 33431d5..f8b61cd 100644 --- a/infrastructure/openobserve/base/helmrelease.yaml +++ b/infrastructure/openobserve/base/helmrelease.yaml @@ -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