File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ The following table lists the specifications for the `ServiceMeshControlPlane` r
114114|`ControlPlaneSpec`
115115
116116|`appliedValues`
117- |The resulting values.yaml used to generate the charts
117+ |The resulting values.yaml used to generate the charts.
118118|`ControlPlaneSpec`
119119
120120|`chartVersion`
@@ -130,7 +130,7 @@ The following table lists the specifications for the `ServiceMeshControlPlane` r
130130|string
131131
132132|`readiness`
133- |The readiness status of components & owned resources
133+ |The readiness status of components & owned resources.
134134|string
135135|===
136136
@@ -211,10 +211,6 @@ spec:
211211 config:
212212 env: {}
213213 envSecrets: {}
214- persistence:
215- storageClassName: ""
216- accessMode: ReadWriteOnce
217- capacity: 5Gi
218214 service:
219215 ingress:
220216 contextPath: /grafana
@@ -254,8 +250,12 @@ spec:
254250 affinity: {}
255251 container:
256252 resources:
257- limits: {}
258- requirements: {}
253+ requests:
254+ cpu: 100m
255+ memory: 128Mi
256+ limits:
257+ cpu: 500m
258+ memory: 128Mi
259259 grafana:
260260 deployment: {}
261261 pod: {}
You can’t perform that action at this time.
0 commit comments