umami/helm/lemon-umami/env-alpha.yaml

35 lines
721 B
YAML
Raw Normal View History

2022-10-14 09:47:12 +02:00
replicaCount: 1
ENVIRONMENT: alpha
envFrom:
- secretRef:
name: lemon-umami
autoscaling:
enabled: false
service:
type: ClusterIP
port: 80
containerPort: 3000
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
2022-10-18 09:59:44 +02:00
nginx.ingress.kubernetes.io/compute-full-forwarded-for: "true"
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
2022-10-18 10:19:16 +02:00
nginx.ingress.kubernetes.io/forwarded-for-header: "LS-Connecting-IP"
2022-10-14 09:47:12 +02:00
hosts:
- host: analytics.alpha-lemon.cchan.tv
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: lemon-umami-alpha-tls
hosts:
- analytics.alpha-lemon.cchan.tv