github.com/Financial-Times/publish-availability-monitor@v1.12.0/helm/publish-availability-monitor/values.yaml (about) 1 # Default values for Publish Availability Monitor. 2 service: 3 name: "" # The name of the service, should be defined in the specific app-configs folder. 4 hasHealthcheck: "true" 5 replicaCount: 1 6 image: 7 repository: coco/publish-availability-monitor 8 pullPolicy: Always 9 envs: 10 kafka_topic: "" 11 kafka_consumer_group: "" 12 kafka_lag_tolerance: 120 13 log_level: "" 14 content_url: "" 15 complementary_content_url: "" 16 internal_components_url: "" 17 lists_url: "" 18 pages_url: "" 19 notifications_url: "" 20 notifications_push_url: "" 21 list_notifications_url: "" 22 list_notifications_push_url: "" 23 page_notifications_url: "" 24 page_notifications_push_url: "" 25 validation_endpoints: 26 video_mapper_endpoint: "" 27 base_url: "" 28 graphite_address: "graphitev2.ft.com:2003" 29 volumes: 30 read_envs_config_mount_path: "/etc/pam/envs" 31 secrets_mount_path: "/etc/pam/credentials" 32 read_env_credentials_file_name: "read-environments-credentials.json" 33 validation_credentials_file_name: "validator-credentials.json" 34 read_envs_config_file_name: "read-environments.json" 35 resources: 36 limits: 37 memory: 512Mi 38 requests: 39 memory: 256Mi 40