Skip to content

Commit

Permalink
unify registries helm charts deployment metadata with other components
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <[email protected]>
  • Loading branch information
sparkoo committed Jul 22, 2019
1 parent 59cb12d commit c180333
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: che-devfile-registry
name: che-devfile-registry
app: che
component: devfile-registry
name: devfile-registry
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
app: che-devfile-registry
app: che
component: devfile-registry
strategy:
type: RollingUpdate
rollingUpdate:
Expand All @@ -27,7 +29,8 @@ spec:
template:
metadata:
labels:
app: che-devfile-registry
app: che
component: devfile-registry
spec:
containers:
- image: {{ .Values.cheDevfileRegistry.image }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: che-plugin-registry
name: che-plugin-registry
app: che
component: plugin-registry
name: plugin-registry
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
app: che-plugin-registry
app: che
component: plugin-registry
strategy:
type: RollingUpdate
rollingUpdate:
Expand All @@ -27,7 +29,8 @@ spec:
template:
metadata:
labels:
app: che-plugin-registry
app: che
component: plugin-registry
spec:
containers:
- image: {{ .Values.chePluginRegistry.image }}
Expand Down

0 comments on commit c180333

Please sign in to comment.