mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
* remove `legacy` mode from the proxy readme * explicitly specify `authBackend` in the link auth proxy helm-values for all envs
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
fullnameOverride: "neon-stress-proxy"
|
|
|
|
settings:
|
|
authBackend: "link"
|
|
authEndpoint: "https://console.dev.neon.tech/authenticate_proxy_request/"
|
|
uri: "https://console.dev.neon.tech/psql_session/"
|
|
|
|
# -- Additional labels for zenith-proxy pods
|
|
podLabels:
|
|
zenith_service: proxy
|
|
zenith_env: staging
|
|
zenith_region: eu-west-1
|
|
zenith_region_slug: ireland
|
|
|
|
service:
|
|
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: internal
|
|
external-dns.alpha.kubernetes.io/hostname: neon-stress-proxy.local
|
|
type: LoadBalancer
|
|
|
|
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: connect.dev.neon.tech
|
|
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
selector:
|
|
release: kube-prometheus-stack
|