Skip to content

Commit dd5ee77

Browse files
authored
Merge pull request #31958 from JStickler/OSSMDOC-208
OSSMDOC-208: fixing issue in SMCP example.
2 parents 20e6083 + 201040d commit dd5ee77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/ossm-cr-example.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: {}

0 commit comments

Comments
 (0)