mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
# Helm chart values for neon-proxy-scram.
|
|
# This is a YAML-formatted file.
|
|
|
|
image:
|
|
repository: neondatabase/neon
|
|
|
|
settings:
|
|
authBackend: "console"
|
|
authEndpoint: "http://console-release.local/management/api/v2"
|
|
domain: "*.ap-southeast-1.aws.neon.tech"
|
|
sentryEnvironment: "production"
|
|
|
|
# -- Additional labels for neon-proxy pods
|
|
podLabels:
|
|
zenith_service: proxy-scram
|
|
zenith_env: prod
|
|
zenith_region: ap-southeast-1
|
|
zenith_region_slug: ap-southeast-1
|
|
|
|
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: ap-southeast-1.aws.neon.tech
|
|
|
|
#metrics:
|
|
# enabled: true
|
|
# serviceMonitor:
|
|
# enabled: true
|
|
# selector:
|
|
# release: kube-prometheus-stack
|
|
|
|
extraManifests:
|
|
- apiVersion: operator.victoriametrics.com/v1beta1
|
|
kind: VMServiceScrape
|
|
metadata:
|
|
name: "{{ include \"neon-proxy.fullname\" . }}"
|
|
labels:
|
|
helm.sh/chart: neon-proxy-{{ .Chart.Version }}
|
|
app.kubernetes.io/name: neon-proxy
|
|
app.kubernetes.io/instance: "{{ include \"neon-proxy.fullname\" . }}"
|
|
app.kubernetes.io/version: "{{ .Chart.AppVersion }}"
|
|
app.kubernetes.io/managed-by: Helm
|
|
namespace: "{{ .Release.Namespace }}"
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: "neon-proxy"
|
|
endpoints:
|
|
- port: http
|
|
path: /metrics
|
|
interval: 10s
|
|
scrapeTimeout: 10s
|
|
namespaceSelector:
|
|
matchNames:
|
|
- "{{ .Release.Namespace }}"
|