mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
![renovate[bot]](/assets/img/avatar_default.png)
Signed-off-by: Auricom <auricom@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
73 lines
1.3 KiB
YAML
73 lines
1.3 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: healthchecks
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
|
chart: healthchecks
|
|
version: 2.1.1
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: k8s-at-home-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
image:
|
|
repository: linuxserver/healthchecks
|
|
tag: v1.19.0-ls79
|
|
pullPolicy: IfNotPresent
|
|
|
|
controllerType: deployment
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
resources: {}
|
|
|
|
env:
|
|
REGENERATE_SETTINGS: "True"
|
|
EMAIL_USE_TLS: "True"
|
|
ALLOWED_HOSTS: "*"
|
|
DB: postgres
|
|
|
|
service:
|
|
port:
|
|
port: 8000
|
|
annotations:
|
|
prometheus.io/probe: "true"
|
|
prometheus.io/protocol: http
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
podAnnotations: {}
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: "nginx"
|
|
hosts:
|
|
- host: healthchecks.k3s.xpander.ovh
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- "healthchecks.k3s.xpander.ovh"
|
|
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: healthchecks-helmrelease
|