diff --git a/healthcheck.go b/healthcheck.go index e0d47b4..6b8dbbd 100644 --- a/healthcheck.go +++ b/healthcheck.go @@ -47,7 +47,7 @@ func (h *HealthCheck) readQueueCheck() fthealth.Check { return fthealth.Check{ ID: "read-message-queue-proxy-reachable", Name: "Read Message Queue Proxy Reachable", - Severity: 1, + Severity: 2, BusinessImpact: "Related content from published Next videos will not be processed, clients will not see them within content.", TechnicalSummary: "Read message queue proxy is not reachable/healthy", PanicGuide: h.panicGuide, @@ -59,7 +59,7 @@ func (h *HealthCheck) writeQueueCheck() fthealth.Check { return fthealth.Check{ ID: "write-message-queue-proxy-reachable", Name: "Write Message Queue Proxy Reachable", - Severity: 1, + Severity: 2, BusinessImpact: "Related content from published Next videos will not be processed, clients will not see them within content.", TechnicalSummary: "Write message queue proxy is not reachable/healthy", PanicGuide: h.panicGuide, diff --git a/helm/upp-next-video-content-collection-mapper/templates/service.yaml b/helm/upp-next-video-content-collection-mapper/templates/service.yaml index 0788186..7866f45 100644 --- a/helm/upp-next-video-content-collection-mapper/templates/service.yaml +++ b/helm/upp-next-video-content-collection-mapper/templates/service.yaml @@ -7,7 +7,8 @@ metadata: chartVersion: "{{ .Chart.Version | trunc 63 }}" app: {{.Values.service.name}} visualize: "true" - hasHealthcheck: "{{ .Values.service.hasHealthcheck }}" + hasHealthcheck: "{{ .Values.service.hasHealthcheck }}" + isResilient: "{{ .Values.service.isResilient }}" spec: ports: - port: 8080 diff --git a/helm/upp-next-video-content-collection-mapper/values.yaml b/helm/upp-next-video-content-collection-mapper/values.yaml index 606cbb0..87b0417 100644 --- a/helm/upp-next-video-content-collection-mapper/values.yaml +++ b/helm/upp-next-video-content-collection-mapper/values.yaml @@ -4,6 +4,7 @@ service: name: "" # The name of the service, should be defined in the specific app-configs folder. hasHealthcheck: "true" + isResilient: "false" replicaCount: 2 image: repository: coco/upp-next-video-content-collection-mapper