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

35 lines
721 B
YAML

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
nginx.ingress.kubernetes.io/compute-full-forwarded-for: "true"
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
nginx.ingress.kubernetes.io/forwarded-for-header: "LS-Connecting-IP"
hosts:
- host: analytics.alpha-lemon.cchan.tv
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: lemon-umami-alpha-tls
hosts:
- analytics.alpha-lemon.cchan.tv