replicaCount: 2 datastore: engine: postgres uriSecret: prod-openfga-postgresql migrationType: initContainer postgresql: enabled: false playground: enabled: false telemetry: metrics: enabled: true serviceMonitor: enabled: true enableRPCHistograms: true trace: enabled: true otlp: endpoint: opentelemetry-collector.otel.svc.cluster.local:4317 sampleRatio: 0.1 ingress: enabled: true className: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt-production nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 hosts: - host: openfga.srv.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - secretName: prod-openfga-tls hosts: - openfga.srv.oceanbox.io extraObjects: - apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: prod-openfga namespace: openfga spec: instances: 2 # imageName: ghcr.io/cloudnative-pg/postgres:15-3.3 storage: resizeInUseVolumes: true size: 10Gi backup: retentionPolicy: 60d target: prefer-standby