@@ -11,6 +11,18 @@ workloadRegistrar:
1111 # Overrides the image tag whose default is the chart appVersion.
1212 tag : " "
1313
14+ resources : {}
15+ # We usually recommend not to specify default resources and to leave this as a conscious
16+ # choice for the user. This also increases chances charts run on environments with little
17+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
18+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
19+ # requests:
20+ # cpu: 50m
21+ # memory: 32Mi
22+ # limits:
23+ # cpu: 100m
24+ # memory: 64Mi
25+
1426server :
1527 image :
1628 repository : gcr.io/spiffe-io/spire-server
@@ -21,6 +33,18 @@ server:
2133 nodeSelector :
2234 kubernetes.io/arch : amd64
2335
36+ resources : {}
37+ # We usually recommend not to specify default resources and to leave this as a conscious
38+ # choice for the user. This also increases chances charts run on environments with little
39+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
40+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
41+ # requests:
42+ # cpu: 200m
43+ # memory: 256Mi
44+ # limits:
45+ # cpu: 200m
46+ # memory: 256Mi
47+
2448 dataStorage :
2549 enabled : true
2650 size : 1Gi
@@ -31,6 +55,23 @@ server:
3155 type : ClusterIP
3256 port : 8081
3357
58+ csiDriver :
59+ image :
60+ repository : ghcr.io/spiffe/spiffe-csi-driver
61+ pullPolicy : IfNotPresent
62+ tag : 0.2.0
63+ resources : {}
64+ # We usually recommend not to specify default resources and to leave this as a conscious
65+ # choice for the user. This also increases chances charts run on environments with little
66+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
67+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
68+ # requests:
69+ # cpu: 50m
70+ # memory: 32Mi
71+ # limits:
72+ # cpu: 100m
73+ # memory: 64Mi
74+
3475oidc :
3576 enabled : false
3677
4283 nodeSelector :
4384 kubernetes.io/arch : amd64
4485
86+ resources : {}
87+ # We usually recommend not to specify default resources and to leave this as a conscious
88+ # choice for the user. This also increases chances charts run on environments with little
89+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
90+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
91+ # requests:
92+ # cpu: 50m
93+ # memory: 32Mi
94+ # limits:
95+ # cpu: 100m
96+ # memory: 64Mi
97+
4598 logLevel : INFO
4699
47100 service :
@@ -82,6 +135,18 @@ agent:
82135 nodeSelector :
83136 kubernetes.io/arch : amd64
84137
138+ resources : {}
139+ # We usually recommend not to specify default resources and to leave this as a conscious
140+ # choice for the user. This also increases chances charts run on environments with little
141+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
142+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
143+ # requests:
144+ # cpu: 50m
145+ # memory: 64Mi
146+ # limits:
147+ # cpu: 100m
148+ # memory: 128Mi
149+
85150imagePullSecrets : []
86151 # - name: my-docker-registry
87152 # username: my-docker-user
@@ -113,18 +178,6 @@ securityContext: {}
113178 # runAsNonRoot: true
114179 # runAsUser: 1000
115180
116- resources : {}
117- # We usually recommend not to specify default resources and to leave this as a conscious
118- # choice for the user. This also increases chances charts run on environments with little
119- # resources, such as Minikube. If you do want to specify resources, uncomment the following
120- # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
121- # limits:
122- # cpu: 100m
123- # memory: 128Mi
124- # requests:
125- # cpu: 100m
126- # memory: 128Mi
127-
128181autoscaling :
129182 enabled : false
130183 minReplicas : 1
0 commit comments