From 052b7fb852a1af162c3e5c041429785732345a13 Mon Sep 17 00:00:00 2001 From: Eric Briand <1011902+ebriand@users.noreply.github.com> Date: Mon, 27 Jul 2020 16:09:07 +0200 Subject: [PATCH] Renamed super.mycompany.com into images.my-company.example --- .../concepts/configuration/manage-resources-containers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/concepts/configuration/manage-resources-containers.md b/content/en/docs/concepts/configuration/manage-resources-containers.md index 275b70866a..f791510b39 100644 --- a/content/en/docs/concepts/configuration/manage-resources-containers.md +++ b/content/en/docs/concepts/configuration/manage-resources-containers.md @@ -133,7 +133,7 @@ metadata: spec: containers: - name: app - image: super.mycompany.com/app:v4 + image: images.my-company.example/app:v4 env: resources: requests: @@ -143,7 +143,7 @@ spec: memory: "128Mi" cpu: "500m" - name: log-aggregator - image: super.mycompany.com/log-aggregator:v6 + image: images.my-company.example/log-aggregator:v6 resources: requests: memory: "64Mi" @@ -329,14 +329,14 @@ metadata: spec: containers: - name: app - image: super.mycompany.com/app:v4 + image: images.my-company.example/app:v4 resources: requests: ephemeral-storage: "2Gi" limits: ephemeral-storage: "4Gi" - name: log-aggregator - image: super.mycompany.com/log-aggregator:v6 + image: images.my-company.example/log-aggregator:v6 resources: requests: ephemeral-storage: "2Gi"