mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
chore(deps): update helm release flood to v5
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: flood
|
chart: flood
|
||||||
version: 4.4.0
|
version: 5.1.1
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home-charts
|
name: k8s-at-home-charts
|
||||||
@@ -33,23 +33,24 @@ spec:
|
|||||||
runAsGroup: 1001
|
runAsGroup: 1001
|
||||||
fsGroup: 1001
|
fsGroup: 1001
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
main:
|
||||||
annotations:
|
enabled: true
|
||||||
kubernetes.io/ingress.class: "nginx"
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
|
||||||
forecastle.stakater.com/expose: "true"
|
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
|
||||||
forecastle.stakater.com/appName: "Flood"
|
forecastle.stakater.com/expose: "true"
|
||||||
forecastle.stakater.com/icon: "https://raw.githubusercontent.com/jesec/flood/master/flood.svg"
|
forecastle.stakater.com/appName: "Flood"
|
||||||
forecastle.stakater.com/network-restricted: "true"
|
forecastle.stakater.com/icon: "https://raw.githubusercontent.com/jesec/flood/master/flood.svg"
|
||||||
hosts:
|
forecastle.stakater.com/network-restricted: "true"
|
||||||
- host: flood.${SECRET_CLUSTER_DOMAIN}
|
hosts:
|
||||||
paths:
|
- host: flood.${SECRET_CLUSTER_DOMAIN}
|
||||||
- path: /
|
paths:
|
||||||
pathType: Prefix
|
- path: /
|
||||||
tls:
|
pathType: Prefix
|
||||||
- hosts:
|
tls:
|
||||||
- "flood.${SECRET_CLUSTER_DOMAIN}"
|
- hosts:
|
||||||
|
- "flood.${SECRET_CLUSTER_DOMAIN}"
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -61,6 +62,7 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: 1500Mi
|
memory: 1500Mi
|
||||||
service:
|
service:
|
||||||
annotations:
|
main:
|
||||||
prometheus.io/probe: "true"
|
annotations:
|
||||||
prometheus.io/protocol: http
|
prometheus.io/probe: "true"
|
||||||
|
prometheus.io/protocol: http
|
||||||
|
Reference in New Issue
Block a user