Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/demo01-cdc2/values.yaml

28 lines
739 B

#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