mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
20 lines
996 B
YAML
20 lines
996 B
YAML
|
|
controller:
|
|
replicaCount: 1 #reduced to 1 to save costs
|
|
# resources:
|
|
# requests:
|
|
# cpu: 0
|
|
# memory: 90Mi
|
|
service:
|
|
type: LoadBalancer
|
|
annotations:
|
|
# Enable proxy protocol
|
|
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
|
|
# Specify whether the DigitalOcean Load Balancer should pass encrypted data to backend droplets
|
|
service.beta.kubernetes.io/do-loadbalancer-tls-passthrough: "true"
|
|
# enable Pod-Pod communication through the Nginx Ingress load balancer: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nginx-ingress-with-cert-manager-on-digitalocean-kubernetes#step-5-enabling-pod-communication-through-the-load-balancer-optional
|
|
service.beta.kubernetes.io/do-loadbalancer-hostname: "workaround.dev.kemkas.hu"
|
|
|
|
# Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
|
|
config:
|
|
use-proxy-protocol: "true" |