From 7fd1d79ff49affd78ff9b7d13d420cacdd498eb0 Mon Sep 17 00:00:00 2001 From: "lukasz.widera@vshn.ch" Date: Fri, 10 Nov 2023 12:56:08 +0100 Subject: [PATCH] restoring grpc settings --- component/class/defaults.yml | 4 ++-- component/smtpSecret.yaml | 1 - .../golden/minio/appcat/appcat/21_composition_vshn_minio.yaml | 2 +- .../appcat/appcat/21_composition_objectstorage_minio.yaml | 4 ++-- .../golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml | 2 +- .../vshn/appcat/appcat/21_composition_vshn_postgres.yaml | 2 +- .../appcat/appcat/21_composition_vshn_postgresrestore.yaml | 2 +- .../golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 component/smtpSecret.yaml diff --git a/component/class/defaults.yml b/component/class/defaults.yml index 956156d87..e422e83db 100644 --- a/component/class/defaults.yml +++ b/component/class/defaults.yml @@ -54,8 +54,8 @@ parameters: appuioManaged: true tenantID: ${cluster:tenant} quotasEnabled: false - grpcEndpoint: 172.17.0.1:9547 - #grpcEndpoint: unix-abstract:crossplane/fn/default.sock + #grpcEndpoint: 172.17.0.1:9547 + grpcEndpoint: unix-abstract:crossplane/fn/default.sock controller: enabled: false diff --git a/component/smtpSecret.yaml b/component/smtpSecret.yaml deleted file mode 100644 index ba007cffa..000000000 --- a/component/smtpSecret.yaml +++ /dev/null @@ -1 +0,0 @@ -password: password diff --git a/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml b/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml index 60a7b5f6b..25f73f787 100644 --- a/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml +++ b/component/tests/golden/minio/appcat/appcat/21_composition_vshn_minio.yaml @@ -41,7 +41,7 @@ spec: image: minio imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: minio-func type: Container diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_objectstorage_minio.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_objectstorage_minio.yaml index 6913eff51..6692296df 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_objectstorage_minio.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_objectstorage_minio.yaml @@ -32,7 +32,7 @@ spec: image: miniobucket imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: minio-func type: Container @@ -72,7 +72,7 @@ spec: image: miniobucket imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: minio-func type: Container diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml index 60a0b292b..a4d337bbd 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_minio.yaml @@ -41,7 +41,7 @@ spec: image: minio imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: minio-func type: Container diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml index 694155f04..ec0f27da8 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgres.yaml @@ -57,7 +57,7 @@ spec: image: postgresql imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: pgsql-func type: Container diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml index a9c44aedc..9d6b6eb46 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_postgresrestore.yaml @@ -57,7 +57,7 @@ spec: image: postgresql imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: pgsql-func type: Container diff --git a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml index 389393b80..498fa3948 100644 --- a/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml +++ b/component/tests/golden/vshn/appcat/appcat/21_composition_vshn_redis.yaml @@ -49,7 +49,7 @@ spec: image: redis imagePullPolicy: IfNotPresent runner: - endpoint: 172.17.0.1:9547 + endpoint: unix-abstract:crossplane/fn/default.sock timeout: 20s name: redis-func type: Container