Skip to content

Commit

Permalink
use values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Oct 14, 2022
1 parent b4b607b commit 2626382
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dataflow_engine_chaos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# Set up metastore and basic services
- name: Set up metastore and basic services
run: |
helm install -f $GITHUB_WORKSPACE/deployments/engine/helm/tiflow/values-with-s3.yaml chaos $GITHUB_WORKSPACE/deployments/engine/helm/tiflow
helm install -f $GITHUB_WORKSPACE/deployments/engine/helm/tiflow/values.yaml chaos $GITHUB_WORKSPACE/deployments/engine/helm/tiflow
helm list
sleep 5
kubectl get pods
Expand Down
63 changes: 0 additions & 63 deletions deployments/engine/helm/tiflow/values-with-s3.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions deployments/engine/helm/tiflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ master:
max-interval = "15s"
max-try-time = 100
[storage.s3]
bucket = "engine-it"
endpoint = "http://chaos-minio:9000/"
access-key = "engine"
secret-access-key = "engineSecret"
force-path-style = true
executor:
replicas: 4
logStorage: 1Gi
Expand All @@ -39,6 +46,13 @@ executor:
keepalive-interval = "500ms"
session-ttl = 20
[storage.s3]
bucket = "engine-it"
endpoint = "http://chaos-minio:9000/"
access-key = "engine"
secret-access-key = "engineSecret"
force-path-style = true
metastore:
frameworkStorage: 5Gi
businessStorage: 5Gi
Expand Down

0 comments on commit 2626382

Please sign in to comment.