Skip to content

Commit 6dc29db

Browse files
authored
feat: Apl-476 updating teams defaults (#1909)
1 parent 6cb6017 commit 6dc29db

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

helmfile.d/snippets/defaults.gotmpl

+17
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,21 @@ environments:
7575
managedMonitoring:
7676
grafana: true
7777
alertmanager: false
78+
alerts:
79+
groupInterval: 5m
80+
receivers:
81+
- none
82+
repeatInterval: 3h
83+
networkPolicy:
84+
egressPublic: true
85+
ingressPrivate: true
86+
resourceQuota:
87+
pods: "50"
88+
services.loadbalancers: "0"
89+
selfService:
90+
apps: []
91+
policies:
92+
- edit policies
93+
service:
94+
- ingress
7895
{{- end }}

0 commit comments

Comments
 (0)