forked from willdavsmith/radius-flux-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanner.yaml
58 lines (58 loc) · 1.1 KB
/
planner.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: tf-controller
namespace: flux-system
spec:
interval: 1h0s
type: oci
url: oci://ghcr.io/flux-iac/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: tf-controller
namespace: flux-system
spec:
chart:
spec:
chart: tf-controller
sourceRef:
kind: HelmRepository
name: tf-controller
version: "0.16.0-rc.4"
interval: 1h0s
releaseName: tf-controller
targetNamespace: flux-system
install:
crds: Create
remediation:
retries: -1
upgrade:
crds: CreateReplace
remediation:
retries: -1
values:
replicaCount: 3
concurrency: 24
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 400m
memory: 64Mi
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.16.0-rc.4
runner:
image:
tag: v0.16.0-rc.4
grpc:
maxMessageSize: 30
branchPlanner:
enabled: true
image:
tag: v0.16.0-rc.4