Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

replace personal images to aosqe #1149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/dc-with-two-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
run: dctest
spec:
containers:
- image: yapei/hello-openshift
- image: aosqe/hello-openshift-centos
imagePullPolicy: IfNotPresent
name: dctest-1
ports:
Expand All @@ -35,7 +35,7 @@ spec:
limits:
memory: 256Mi
terminationMessagePath: /dev/termination-log
- image: yapei/hello-openshift-fedora
- image: aosqe/hello-openshift-fedora
imagePullPolicy: IfNotPresent
name: dctest-2
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/rc-with-two-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
run: rctest
spec:
containers:
- image: yapei/hello-openshift
- image: aosqe/hello-openshift-centos
imagePullPolicy: IfNotPresent
name: hello-openshift
ports:
Expand All @@ -21,7 +21,7 @@ spec:
resources:
limits:
memory: 256Mi
- image: yapei/hello-openshift-fedora
- image: aosqe/hello-openshift-fedora
imagePullPolicy: IfNotPresent
name: hello-openshift-fedora
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/tc536593/deployment-with-two-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ spec:
spec:
containers:
- name: hello-openshift
image: yapei/hello-openshift
image: aosqe/hello-openshift-centos
resources:
limits:
memory: 256Mi
ports:
- containerPort: 80
- name: hello-openshift-fedora
image: yapei/hello-openshift-fedora
image: aosqe/hello-openshift-fedora
ports:
- containerPort: 8080
resources:
Expand Down
4 changes: 2 additions & 2 deletions pods/pod_with_two_containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"containers": [
{
"name": "hello-openshift",
"image": "yapei/hello-openshift",
"image": "aosqe/hello-openshift-centos",
"ports": [
{
"containerPort": 8080,
Expand Down Expand Up @@ -40,7 +40,7 @@
},
{
"name": "hello-openshift-fedora",
"image": "yapei/hello-openshift-fedora",
"image": "aosqe/hello-openshift-fedora",
"ports": [
{
"containerPort": 8081,
Expand Down
4 changes: 2 additions & 2 deletions replicaSet/tc536594/replicaset-with-two-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: hello-openshift
image: yapei/hello-openshift
image: aosqe/hello-openshift-centos
resources:
limits:
memory: 256Mi
Expand All @@ -27,7 +27,7 @@ spec:
ports:
- containerPort: 80
- name: hello-openshift-fedora
image: yapei/hello-openshift-fedora
image: aosqe/hello-openshift-fedora
resources:
limits:
memory: 256Mi
Expand Down