feat: add config.yaml to to operator

This commit is contained in:
2024-12-09 00:54:40 +03:30
parent 454cd8aae8
commit 204f25a6af
9 changed files with 25 additions and 19 deletions

View File

@@ -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