File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ metadata:
133
133
spec :
134
134
containers :
135
135
- name : app
136
- image : super.mycompany.com /app:v4
136
+ image : images.my-company.example /app:v4
137
137
env :
138
138
resources :
139
139
requests :
@@ -143,7 +143,7 @@ spec:
143
143
memory : " 128Mi"
144
144
cpu : " 500m"
145
145
- name : log-aggregator
146
- image : super.mycompany.com /log-aggregator:v6
146
+ image : images.my-company.example /log-aggregator:v6
147
147
resources :
148
148
requests :
149
149
memory : " 64Mi"
@@ -329,14 +329,14 @@ metadata:
329
329
spec:
330
330
containers:
331
331
- name: app
332
- image: super.mycompany.com /app:v4
332
+ image: images.my-company.example /app:v4
333
333
resources:
334
334
requests:
335
335
ephemeral-storage: "2Gi"
336
336
limits:
337
337
ephemeral-storage: "4Gi"
338
338
- name: log-aggregator
339
- image: super.mycompany.com /log-aggregator:v6
339
+ image: images.my-company.example /log-aggregator:v6
340
340
resources:
341
341
requests:
342
342
ephemeral-storage: "2Gi"
You can’t perform that action at this time.
0 commit comments