gitea: add and reduce all intervals to 10 minutes

This commit is contained in:
xeruf 2022-04-14 12:10:50 +01:00
parent 5c2e29a81c
commit da00c02074
4 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,24 @@
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

View File

@ -4,7 +4,7 @@ metadata:
name: examle-apps
namespace: stackspout
spec:
interval: 24h
interval: 10m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -4,7 +4,7 @@ metadata:
name: example-infrastructure
namespace: stackspout
spec:
interval: 24h
interval: 10m
sourceRef:
kind: GitRepository
name: stackspout

View File

@ -4,5 +4,5 @@ metadata:
name: gitea
namespace: stackspout
spec:
interval: 1h
interval: 10m
url: https://dl.gitea.io/charts/