File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -132,20 +132,18 @@ metadata:
132
132
name : frontend
133
133
spec :
134
134
containers :
135
- - name : db
136
- image : mysql
135
+ - name : app
136
+ image : super.mycompany.com/app:v4
137
137
env :
138
- - name : MYSQL_ROOT_PASSWORD
139
- value : " password"
140
138
resources :
141
139
requests :
142
140
memory : " 64Mi"
143
141
cpu : " 250m"
144
142
limits :
145
143
memory : " 128Mi"
146
144
cpu : " 500m"
147
- - name : wp
148
- image : wordpress
145
+ - name : log-aggregator
146
+ image : super.mycompany.com/log-aggregator:v6
149
147
resources :
150
148
requests :
151
149
memory : " 64Mi"
@@ -330,18 +328,15 @@ metadata:
330
328
name: frontend
331
329
spec:
332
330
containers:
333
- - name: db
334
- image: mysql
335
- env:
336
- - name: MYSQL_ROOT_PASSWORD
337
- value: "password"
331
+ - name: app
332
+ image: super.mycompany.com/app:v4
338
333
resources:
339
334
requests:
340
335
ephemeral-storage: "2Gi"
341
336
limits:
342
337
ephemeral-storage: "4Gi"
343
- - name: wp
344
- image: wordpress
338
+ - name: log-aggregator
339
+ image: super.mycompany.com/log-aggregator:v6
345
340
resources:
346
341
requests:
347
342
ephemeral-storage: "2Gi"
You can’t perform that action at this time.
0 commit comments