feat: add config.yaml to to operator
This commit is contained in:
@@ -103,18 +103,9 @@ autoscaling:
|
||||
targetCPUUtilizationPercentage: 80
|
||||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
# Additional volumes on the output Deployment definition.
|
||||
volumes: []
|
||||
# - name: foo
|
||||
# secret:
|
||||
# secretName: mysecret
|
||||
# optional: false
|
||||
config:
|
||||
flinkApiUrl: flink:8081
|
||||
|
||||
# Additional volumeMounts on the output Deployment definition.
|
||||
volumeMounts: []
|
||||
# - name: foo
|
||||
# mountPath: "/etc/foo"
|
||||
# readOnly: true
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
@@ -138,7 +129,7 @@ flink:
|
||||
pvcName: flink-savepoints-pvc # PVC for savepoints persistence
|
||||
|
||||
taskManager:
|
||||
numberOfTaskSlots: 1 # Number of task slots for TaskManager
|
||||
numberOfTaskSlots: 100 # Number of task slots for TaskManager
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user