apiVersion: v1 kind: Secret metadata: name: cloudflare-credentials namespace: container-mom-system type: Opaque stringData: # Replace these values with your actual Cloudflare credentials # Create an API token in Cloudflare with Zone:DNS:Edit and Zone:Zone:Read permissions CLOUDFLARE_API_TOKEN: "your-cloudflare-api-token" # The Zone ID for your domain from the Cloudflare dashboard # This is a 32+ character string found in the overview page for your domain CLOUDFLARE_ZONE_ID: "your-cloudflare-zone-id" # The URL of your OpenShift router that DNS records should point to # This is typically in the format: router-default.apps.your-cluster-domain OPENSHIFT_ROUTER_URL: "router-default.apps.your-cluster-domain"