Skip to content

Commit

Permalink
Update Deployments yamls in helm charts to be compatible with k8s v1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd committed Oct 3, 2019
1 parent e8f3704 commit a684d21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: jaeger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand All @@ -17,6 +17,10 @@ metadata:
name: keycloak
spec:
replicas: 1
selector:
matchLabels:
app: che
component: keycloak
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#


apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
Expand All @@ -19,6 +19,10 @@ metadata:
name: postgres
spec:
replicas: 1
selector:
matchLabels:
app: che
component: postgres
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down

0 comments on commit a684d21

Please sign in to comment.