Merge pull request #22784 from ebriand/patch-4

Renamed super.mycompany.com into images.my-company.example
This commit is contained in:
Kubernetes Prow Robot 2020-07-27 07:32:17 -07:00 committed by GitHub
commit 12f05f5508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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"