Skip to content
Snippets Groups Projects
Commit 0ad21590 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '814-increase-source-controller-memory-limit' into 'master'

Resolve "Increase source-controller memory limit"

Closes #814

See merge request openappstack/openappstack!418
parents d3a9d651 76742c58
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 22 deletions
# Flux ignore
# https://toolkit.fluxcd.io/components/source/gitrepositories/#excluding-files
# Exclude all
/*
# Include manifest and chart directories
!/flux2/
!/charts/
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: helm-stable
namespace: flux-system
interval: 40m
interval: 1h
values:
sink: stdout
resources:
......
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
interval: 40m
interval: 1h
install:
timeout: 10m
values:
......
......@@ -15,16 +15,16 @@ spec:
kind: HelmRepository
name: grafana
namespace: flux-system
interval: 40m
interval: 1h
values:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml
resources:
limits:
cpu: 800m
memory: 180Mi
memory: 360Mi
requests:
cpu: 400m
memory: 90Mi
memory: 180Mi
persistence:
enabled: true
accessModes:
......
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: grafana
namespace: flux-system
interval: 40m
interval: 1h
values:
initContainer:
enabled: true
......
......@@ -14,7 +14,7 @@ spec:
kind: GitRepository
name: nextcloud
namespace: flux-system
interval: 40m
interval: 1h
install:
timeout: 30m
values:
......
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: helm-stable
namespace: flux-system
interval: 20m
interval: 1h
install:
timeout: 15m
values:
......
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: vmware-tanzu
namespace: flux-system
interval: 40m
interval: 1h
values:
# Init containers to add to the Velero deployment's pod spec. At least one
# plugin provider image is required.
......
......@@ -14,7 +14,7 @@ spec:
kind: GitRepository
name: wordpress
namespace: flux-system
interval: 40m
interval: 1h
install:
timeout: 30m
values:
......
......@@ -6,7 +6,7 @@ metadata:
spec:
dependsOn:
- name: infrastructure
interval: 1m0s
interval: 1h
sourceRef:
kind: GitRepository
name: openappstack
......
......@@ -5,7 +5,7 @@ metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 10m
interval: 1h
sourceRef:
kind: GitRepository
name: openappstack
......
......@@ -5,7 +5,7 @@ metadata:
name: monitoring
namespace: flux-system
spec:
interval: 45m
interval: 1h
dependsOn:
- name: core
- name: infrastructure
......
......@@ -5,7 +5,7 @@ metadata:
name: nextcloud
namespace: flux-system
spec:
interval: 45m
interval: 1h
dependsOn:
- name: core
- name: infrastructure
......
......@@ -5,7 +5,7 @@ metadata:
name: rocketchat
namespace: flux-system
spec:
interval: 10m0s
interval: 1h
dependsOn:
- name: core
- name: infrastructure
......
......@@ -5,7 +5,7 @@ metadata:
name: velero
namespace: flux-system
spec:
interval: 45m
interval: 1h
dependsOn:
- name: core
- name: infrastructure
......
......@@ -5,7 +5,7 @@ metadata:
name: wordpress
namespace: flux-system
spec:
interval: 45m
interval: 1h
dependsOn:
- name: core
- name: infrastructure
......
......@@ -7,7 +7,7 @@ metadata:
spec:
dependsOn:
- name: base
interval: 10m0s
interval: 1h
sourceRef:
kind: GitRepository
name: openappstack
......
......@@ -5,7 +5,7 @@ metadata:
name: base
namespace: flux-system
spec:
interval: 10m0s
interval: 1h
sourceRef:
kind: GitRepository
name: openappstack
......
......@@ -14,7 +14,7 @@ spec:
kind: HelmRepository
name: bitnami
namespace: flux-system
interval: 40m
interval: 1h
install:
timeout: 2m
values:
......
......@@ -4,5 +4,5 @@ kind: HelmRepository
metadata:
name: bitnami
spec:
interval: 5m
url: https://charts.bitnami.com/bitnami
\ No newline at end of file
interval: 1h
url: https://charts.bitnami.com/bitnami
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