|
| 1 | +apiVersion: v1 |
| 2 | +kind: ConfigMap |
| 3 | +metadata: |
| 4 | + name: postgres-operator |
| 5 | +data: |
| 6 | + # additional_secret_mount: "some-secret-name" |
| 7 | + # additional_secret_mount_path: "/some/dir" |
| 8 | + api_port: "8080" |
| 9 | + aws_region: eu-central-1 |
| 10 | + cluster_domain: cluster.local |
| 11 | + cluster_history_entries: "1000" |
| 12 | + cluster_labels: application:spilo |
| 13 | + cluster_name_label: version |
| 14 | + # custom_service_annotations: |
| 15 | + # "keyx:valuez,keya:valuea" |
| 16 | + db_hosted_zone: db.example.com |
| 17 | + debug_logging: "true" |
| 18 | + # default_cpu_limit: "3" |
| 19 | + # default_cpu_request: 100m |
| 20 | + # default_memory_limit: 1Gi |
| 21 | + # default_memory_request: 100Mi |
| 22 | + docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1 |
| 23 | + # enable_admin_role_for_users: "true" |
| 24 | + # enable_database_access: "true" |
| 25 | + enable_master_load_balancer: "true" |
| 26 | + # enable_pod_antiaffinity: "false" |
| 27 | + # enable_pod_disruption_budget: "true" |
| 28 | + enable_replica_load_balancer: "false" |
| 29 | + # enable_shm_volume: "true" |
| 30 | + # enable_team_superuser: "false" |
| 31 | + enable_teams_api: "false" |
| 32 | + # etcd_host: "" |
| 33 | + # infrastructure_roles_secret_name: postgresql-infrastructure-roles |
| 34 | + # inherited_labels: application,environment |
| 35 | + # kube_iam_role: "" |
| 36 | + # log_s3_bucket: "" |
| 37 | + # logical_backup_docker_image: "registry.opensource.zalan.do/acid/logical-backup" |
| 38 | + # logical_backup_s3_bucket: "my-bucket-url" |
| 39 | + # logical_backup_schedule: "30 00 * * *" |
| 40 | + master_dns_name_format: '{cluster}.{team}.staging.{hostedzone}' |
| 41 | + # master_pod_move_timeout: 10m |
| 42 | + # max_instances: "-1" |
| 43 | + # min_instances: "-1" |
| 44 | + # node_readiness_label: "" |
| 45 | + # oauth_token_secret_name: postgresql-operator |
| 46 | + # pam_configuration: | |
| 47 | + # https://info.example.com/oauth2/tokeninfo?access_token= uid realm=/employees |
| 48 | + # pam_role_name: zalandos |
| 49 | + pdb_name_format: "postgres-{cluster}-pdb" |
| 50 | + # pod_antiaffinity_topology_key: "kubernetes.io/hostname" |
| 51 | + pod_deletion_wait_timeout: 10m |
| 52 | + # pod_environment_configmap: "" |
| 53 | + pod_label_wait_timeout: 10m |
| 54 | + pod_management_policy: "ordered_ready" |
| 55 | + pod_role_label: spilo-role |
| 56 | + pod_service_account_name: "zalando-postgres-operator" |
| 57 | + pod_terminate_grace_period: 5m |
| 58 | + # postgres_superuser_teams: "postgres_superusers" |
| 59 | + # protected_role_names: "admin" |
| 60 | + ready_wait_interval: 3s |
| 61 | + ready_wait_timeout: 30s |
| 62 | + repair_period: 5m |
| 63 | + replica_dns_name_format: '{cluster}-repl.{team}.staging.{hostedzone}' |
| 64 | + replication_username: standby |
| 65 | + resource_check_interval: 3s |
| 66 | + resource_check_timeout: 10m |
| 67 | + resync_period: 5m |
| 68 | + ring_log_lines: "100" |
| 69 | + secret_name_template: '{username}.{cluster}.credentials' |
| 70 | + # sidecar_docker_images: "" |
| 71 | + # set_memory_request_to_limit: "false" |
| 72 | + spilo_privileged: "false" |
| 73 | + super_username: postgres |
| 74 | + # team_admin_role: "admin" |
| 75 | + # team_api_role_configuration: "log_statement:all" |
| 76 | + # teams_api_url: http://fake-teams-api.default.svc.cluster.local |
| 77 | + # toleration: "" |
| 78 | + # wal_s3_bucket: "" |
| 79 | + watched_namespace: "*" # listen to all namespaces |
| 80 | + workers: "4" |
0 commit comments