Skip to content

Commit

Permalink
deploy v1 api
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Sep 27, 2019
1 parent 6e7c36f commit 6ef1fdd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion deployment/helloworld-healthcheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: helloworld-deployment
spec:
replicas: 3
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion deployment/helloworld-liveness-readiness.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: helloworld-readiness
spec:
replicas: 3
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion deployment/helloworld-nodeselector.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: helloworld-deployment
spec:
replicas: 3
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion deployment/helloworld-secrets-volumes.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: helloworld-deployment
spec:
replicas: 3
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion deployment/helloworld.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: helloworld-deployment
spec:
replicas: 3
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
Expand Down

0 comments on commit 6ef1fdd

Please sign in to comment.