diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 1c42257b..d35c07d5 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -62,21 +62,21 @@ config: <<: *defaults conditions: - "[STATUS] == 200" - - "[RESPONSE_TIME] <= 1000" + - "[RESPONSE_TIME] <= 2000" - "[CERTIFICATE_EXPIRATION] > 168h" # 7 days .tls-endpoint: &tls-endpoint <<: *defaults conditions: - "[CONNECTED] == true" - - "[RESPONSE_TIME] <= 1000" + - "[RESPONSE_TIME] <= 2000" - "[CERTIFICATE_EXPIRATION] > 168h" # 7 days .tcp-endpoint: &tcp-endpoint <<: *defaults conditions: - "[CONNECTED] == true" - - "[RESPONSE_TIME] <= 1000" + - "[RESPONSE_TIME] <= 2000" endpoints: - name: Atlantis TOS @@ -93,12 +93,13 @@ config: alerts: - type: custom - - name: Sorcerer VTN - <<: *https-endpoint - group: "Primary Services" - url: https://sorcerer.vtn.oceanbox.io/healthz - # alerts: - # - type: custom + # NOTE: Ingress is down + # - name: Sorcerer VTN + # <<: *https-endpoint + # group: "Primary Services" + # url: https://sorcerer.vtn.oceanbox.io/healthz + # alerts: + # - type: custom - name: Plume TOS <<: *https-endpoint