mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 04:21:27 +02:00
chore(deps): update helm release healthchecks to v3
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
||||||
chart: healthchecks
|
chart: healthchecks
|
||||||
version: 2.4.0
|
version: 3.0.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -48,11 +48,10 @@ spec:
|
|||||||
SITE_NAME: "Homelab HealthChecks"
|
SITE_NAME: "Homelab HealthChecks"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
main:
|
||||||
port: 8000
|
annotations:
|
||||||
annotations:
|
prometheus.io/probe: "true"
|
||||||
prometheus.io/probe: "true"
|
prometheus.io/protocol: http
|
||||||
prometheus.io/protocol: http
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
@@ -67,14 +66,15 @@ spec:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
hosts:
|
kubernetes.io/ingress.class: "nginx"
|
||||||
- host: healthchecks.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: healthchecks.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "healthchecks.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "healthchecks.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
Reference in New Issue
Block a user