Skip to content

Commit

Permalink
Update flyteadmin to v0.1.5 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenbarragan authored and katrogan committed Dec 2, 2019
1 parent 3747f9c commit 1baa701
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
14 changes: 9 additions & 5 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,13 @@ data:
logger:
show-source: true
level: 5
application:
server:
httpPort: 8088
grpcPort: 8089
security:
secure: false
useAuth: false
allowCors: false
flyteadmin:
roleNameKey: "iam.amazonaws.com/role"
profilerPort: 10254
Expand Down Expand Up @@ -598,7 +602,7 @@ data:
refresh: 5m
kind: ConfigMap
metadata:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -971,7 +975,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.1.4
image: docker.io/lyft/flyteadmin:v0.1.5
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -1066,7 +1070,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
name: config-volume
---
apiVersion: apps/v1
Expand Down Expand Up @@ -1468,7 +1472,7 @@ spec:
name: clusterresource-template-dgc9fcm2kh
name: resource-templates
- configMap:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
name: config-volume
schedule: '*/1 * * * *'
---
Expand Down
14 changes: 9 additions & 5 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,13 @@ data:
logger:
show-source: true
level: 5
application:
server:
httpPort: 8088
grpcPort: 8089
security:
secure: false
useAuth: false
allowCors: false
flyteadmin:
roleNameKey: "iam.amazonaws.com/role"
profilerPort: 10254
Expand Down Expand Up @@ -437,7 +441,7 @@ data:
refresh: 5m
kind: ConfigMap
metadata:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -626,7 +630,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.1.4
image: docker.io/lyft/flyteadmin:v0.1.5
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -721,7 +725,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
name: config-volume
---
apiVersion: apps/v1
Expand Down Expand Up @@ -1018,7 +1022,7 @@ spec:
name: clusterresource-template-dgc9fcm2kh
name: resource-templates
- configMap:
name: flyte-admin-config-44hkc4cmdg
name: flyte-admin-config-4k466cfctf
name: config-volume
schedule: '*/1 * * * *'
---
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/admindeployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
mountPath: /etc/flyte/config
containers:
- name: flyteadmin
image: docker.io/lyft/flyteadmin:v0.1.4
image: docker.io/lyft/flyteadmin:v0.1.5
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"]
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
logger:
show-source: true
level: 5
application:
server:
httpPort: 8088
grpcPort: 8089
security:
secure: false
useAuth: false
allowCors: false
flyteadmin:
roleNameKey: "iam.amazonaws.com/role"
profilerPort: 10254
Expand Down

0 comments on commit 1baa701

Please sign in to comment.