Skip to content

Commit 12f05f5

Browse files
authored
Merge pull request #22784 from ebriand/patch-4
Renamed super.mycompany.com into images.my-company.example
2 parents 1b0c691 + 052b7fb commit 12f05f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ metadata:
133133
spec:
134134
containers:
135135
- name: app
136-
image: super.mycompany.com/app:v4
136+
image: images.my-company.example/app:v4
137137
env:
138138
resources:
139139
requests:
@@ -143,7 +143,7 @@ spec:
143143
memory: "128Mi"
144144
cpu: "500m"
145145
- name: log-aggregator
146-
image: super.mycompany.com/log-aggregator:v6
146+
image: images.my-company.example/log-aggregator:v6
147147
resources:
148148
requests:
149149
memory: "64Mi"
@@ -329,14 +329,14 @@ metadata:
329329
spec:
330330
containers:
331331
- name: app
332-
image: super.mycompany.com/app:v4
332+
image: images.my-company.example/app:v4
333333
resources:
334334
requests:
335335
ephemeral-storage: "2Gi"
336336
limits:
337337
ephemeral-storage: "4Gi"
338338
- name: log-aggregator
339-
image: super.mycompany.com/log-aggregator:v6
339+
image: images.my-company.example/log-aggregator:v6
340340
resources:
341341
requests:
342342
ephemeral-storage: "2Gi"

0 commit comments

Comments
 (0)