Skip to content

Commit

Permalink
Fixed deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare committed Mar 31, 2020
1 parent affeb2b commit db48606
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,8 @@ spec:
prometheus.io/scrape: "true"
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
spec:
containers:
- command:
Expand Down Expand Up @@ -1078,12 +1080,12 @@ spec:
selector:
matchLabels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
template:
metadata:
labels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
spec:
containers:
- envFrom:
Expand Down
2 changes: 2 additions & 0 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ spec:
prometheus.io/scrape: "true"
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
spec:
containers:
- command:
Expand Down
2 changes: 2 additions & 0 deletions kustomize/base/admindeployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
metadata:
labels:
app: flyteadmin
app.kubernetes.io/name: flyteadmin
app.kubernetes.io/version: 0.2.4
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
Expand Down
4 changes: 2 additions & 2 deletions kustomize/base/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ spec:
selector:
matchLabels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
template:
metadata:
labels:
app: flyteconsole
app.kubernetes.io/name: flyteconsole
app.kubernetes.io/version: 0.4.0
spec:
volumes:
- name: shared-data
Expand Down

0 comments on commit db48606

Please sign in to comment.