Skip to content
Snippets Groups Projects
Commit da00c020 authored by xeruf's avatar xeruf
Browse files

gitea: add and reduce all intervals to 10 minutes

parent 5c2e29a8
No related branches found
No related tags found
No related merge requests found
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: gitea
namespace: stackspout
spec:
releaseName: gitea
chart:
spec:
chart: gitea
version: 5.0.4
sourceRef:
kind: HelmRepository
name: gitea
namespace: stackspout
interval: 10m
values:
ingress:
enabled: true
hosts:
- host: git.ftt.gmbh
paths:
- path: /
pathType: Prefix
......@@ -4,7 +4,7 @@ metadata:
name: examle-apps
namespace: stackspout
spec:
interval: 24h
interval: 10m
sourceRef:
kind: GitRepository
name: stackspout
......
......@@ -4,7 +4,7 @@ metadata:
name: example-infrastructure
namespace: stackspout
spec:
interval: 24h
interval: 10m
sourceRef:
kind: GitRepository
name: stackspout
......
......@@ -4,5 +4,5 @@ metadata:
name: gitea
namespace: stackspout
spec:
interval: 1h
interval: 10m
url: https://dl.gitea.io/charts/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment