parent
4ed3689cc3
commit
e1512a6090
@ -0,0 +1,28 @@ |
||||
#version: flink-cdc-session, 0.1.0 |
||||
checkpointStorage: |
||||
storageType: s3 |
||||
checkpointDir: s3://flink/checkpoints |
||||
savepointDir: s3://flink/savepoints |
||||
s3: |
||||
endpoint: "http://minio.minio.svc.cluster.local:9000" |
||||
pathStyleAccess: "true" |
||||
existingSecret: "demo01-cdc1-infisicalsecret" |
||||
|
||||
ingress: |
||||
enabled: true |
||||
host: "demo01-cdc1.gke.paasup.io" |
||||
className: kong |
||||
annotations: |
||||
cert-manager.io/cluster-issuer: root-ca-issuer |
||||
cert-manager.io/duration: 8760h |
||||
cert-manager.io/renew-before: 720h |
||||
konghq.com/protocols: https |
||||
konghq.com/https-redirect-status-code: "301" |
||||
konghq.com/plugins: oidc-plugin, keycloak-authz-plugin |
||||
|
||||
truststore: |
||||
enabled: true |
||||
secretName: flink-truststore |
||||
|
||||
job: |
||||
enabled: false |
||||
Loading…
Reference in new issue