mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
32 lines
835 B
YAML
32 lines
835 B
YAML
# Helm chart values for zenith-proxy.
|
|
# This is a YAML-formatted file.
|
|
|
|
image:
|
|
repository: neondatabase/neon
|
|
|
|
settings:
|
|
authBackend: "console"
|
|
authEndpoint: "http://console-staging.local/management/api/v2"
|
|
domain: "*.cloud.stage.neon.tech"
|
|
|
|
# -- Additional labels for zenith-proxy pods
|
|
podLabels:
|
|
zenith_service: proxy-scram
|
|
zenith_env: staging
|
|
zenith_region: us-east-1
|
|
zenith_region_slug: virginia
|
|
|
|
exposedService:
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-type: external
|
|
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
|
|
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
|
external-dns.alpha.kubernetes.io/hostname: cloud.stage.neon.tech
|
|
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
selector:
|
|
release: kube-prometheus-stack
|