File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/zarf-agent/chart Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ serviceAccount :
2
+ name : zarf
3
+
4
+ clusterRole :
5
+ name : service-viewer
6
+
7
+ clusterRoleBinding :
8
+ name : service-viewer-binding
9
+
10
+ role :
11
+ name : zarf-agent
12
+
13
+ roleBinding :
14
+ name : zarf-agent-binding
15
+
16
+ secret :
17
+ name : agent-hook-tls
18
+ tlsCrt : " ###ZARF_AGENT_CRT###"
19
+ tlsKey : " ###ZARF_AGENT_KEY###"
20
+
21
+ service :
22
+ name : agent-hook
23
+
24
+ deployment :
25
+ name : agent-hook
26
+ replicaCount : 2
27
+
28
+ image :
29
+ repository : " ###ZARF_REGISTRY###/###ZARF_CONST_AGENT_IMAGE###"
30
+ tag : " ###ZARF_CONST_AGENT_IMAGE_TAG###"
31
+ pullSecret : private-registry
32
+
33
+ resources :
34
+ requests :
35
+ memory : " 32Mi"
36
+ cpu : " 100m"
37
+ limits :
38
+ memory : " 128Mi"
39
+ cpu : " 500m"
40
+
41
+ affinity : {}
42
+ tolerations : []
You can’t perform that action at this time.
0 commit comments