From 1baa701b056d9e02307248e7fb95e95f97c3c0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Barrag=C3=A1n?= Date: Mon, 2 Dec 2019 09:58:33 -0800 Subject: [PATCH] Update flyteadmin to v0.1.5 (#131) --- deployment/sandbox/flyte_generated.yaml | 14 +++++++++----- deployment/test/flyte_generated.yaml | 14 +++++++++----- kustomize/base/admindeployment/deployment.yaml | 2 +- .../sandbox/admindeployment/flyteadmin_config.yaml | 6 +++++- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 728b85e173..279e0e27f7 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -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 @@ -598,7 +602,7 @@ data: refresh: 5m kind: ConfigMap metadata: - name: flyte-admin-config-44hkc4cmdg + name: flyte-admin-config-4k466cfctf namespace: flyte --- apiVersion: v1 @@ -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: @@ -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 @@ -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 * * * *' --- diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 754264874f..0c78e2b21f 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -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 @@ -437,7 +441,7 @@ data: refresh: 5m kind: ConfigMap metadata: - name: flyte-admin-config-44hkc4cmdg + name: flyte-admin-config-4k466cfctf namespace: flyte --- apiVersion: v1 @@ -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: @@ -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 @@ -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 * * * *' --- diff --git a/kustomize/base/admindeployment/deployment.yaml b/kustomize/base/admindeployment/deployment.yaml index 3bd46cc7d2..89626f8a63 100644 --- a/kustomize/base/admindeployment/deployment.yaml +++ b/kustomize/base/admindeployment/deployment.yaml @@ -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: diff --git a/kustomize/overlays/sandbox/admindeployment/flyteadmin_config.yaml b/kustomize/overlays/sandbox/admindeployment/flyteadmin_config.yaml index 6426b56026..b54c3cd52a 100644 --- a/kustomize/overlays/sandbox/admindeployment/flyteadmin_config.yaml +++ b/kustomize/overlays/sandbox/admindeployment/flyteadmin_config.yaml @@ -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