parent
f7c3f3542b
commit
e03345fc5e
@ -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-cdc2-infisicalsecret" |
||||
|
||||
ingress: |
||||
enabled: true |
||||
host: "demo01-cdc2.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