diff --git a/cluster/apps/monitoring/healthchecks/helm-release.yaml b/cluster/apps/monitoring/healthchecks/helm-release.yaml index e63e93f66..05baa3a3c 100644 --- a/cluster/apps/monitoring/healthchecks/helm-release.yaml +++ b/cluster/apps/monitoring/healthchecks/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: healthchecks - version: 2.4.0 + version: 3.0.1 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -48,11 +48,10 @@ spec: SITE_NAME: "Homelab HealthChecks" service: - port: - port: 8000 - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: http + main: + annotations: + prometheus.io/probe: "true" + prometheus.io/protocol: http nodeSelector: {} @@ -67,14 +66,15 @@ spec: enabled: false ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - hosts: - - host: healthchecks.${SECRET_CLUSTER_DOMAIN} - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "healthchecks.${SECRET_CLUSTER_DOMAIN}" + main: + enabled: true + annotations: + kubernetes.io/ingress.class: "nginx" + hosts: + - host: healthchecks.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "healthchecks.${SECRET_CLUSTER_DOMAIN}"