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

update for api version #1289

Open
wants to merge 3 commits 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
5 changes: 4 additions & 1 deletion deployment/deployment-perme-failed-1.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-openshift
spec:
progressDeadlineSeconds: 30
replicas: 2
selector:
matchLabels:
app: hello-openshift
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion deployment/deployment-perme-failed-2.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-openshift
spec:
selector:
matchLabels:
app: hello-openshift
progressDeadlineSeconds: 0
replicas: 2
template:
Expand Down
5 changes: 4 additions & 1 deletion deployment/deployment-perme-failed-3.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-openshift
spec:
selector:
matchLabels:
app: hello-openshift
progressDeadlineSeconds: 30
replicas: 2
template:
Expand Down
2 changes: 1 addition & 1 deletion deployment/manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"containers": [
{
"name": "hello-openshift",
"image": "openshift/hello-openshift",
"image": "quay.io/openshifttest/hello-openshift:openshift",
"ports": [
{
"containerPort": 8080,
Expand Down
2 changes: 1 addition & 1 deletion replicaSet/tc533162/rs_endpoints.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: frontend
Expand Down
5 changes: 4 additions & 1 deletion statefulset/stable-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ spec:
selector:
app: hello-pod
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: hello-statefulset
spec:
serviceName: "foo"
replicas: 2
selector:
matchLabels:
app: hello-pod
template:
metadata:
labels:
Expand Down