Skip to content

Commit

Permalink
restoring grpc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Nov 10, 2023
1 parent 9b61970 commit 7fd1d79
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion component/smtpSecret.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd1d79

Please sign in to comment.