Skip to content

Commit

Permalink
Update beam example cluster yaml
Browse files Browse the repository at this point in the history
Add required spec.flinkVersion
Remove resources so that default values will be used
  • Loading branch information
chajath committed Mar 31, 2022
1 parent 0296594 commit 34c6b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions examples/beam/with_job_server/beam_flink_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ kind: FlinkCluster
metadata:
name: beam-flink-cluster
spec:
flinkVersion: 1.10.1
image:
name: flink:1.8.1
jobManager:
resources:
limits:
memory: "1Gi"
taskManager:
replicas: 2
resources:
limits:
memory: "2Gi"
sidecars:
- name: beam-worker-pool
image: apachebeam/python3.7_sdk:2.18.0
Expand Down
8 changes: 1 addition & 7 deletions examples/beam/without_job_server/beam_flink_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ kind: FlinkCluster
metadata:
name: beam-flink-cluster
spec:
flinkVersion: 1.10.1
image:
name: flink:1.10.1
jobManager:
resources:
limits:
memory: "1Gi"
taskManager:
replicas: 2
resources:
limits:
memory: "2Gi"
sidecars:
- name: beam-worker-pool
image: apache/beam_python3.7_sdk:2.22.0
Expand Down

0 comments on commit 34c6b59

Please sign in to comment.