diff --git a/charts/qovery/values-demo-local.yaml b/charts/qovery/values-demo-local.yaml index bdb912f..0dde4b4 100644 --- a/charts/qovery/values-demo-local.yaml +++ b/charts/qovery/values-demo-local.yaml @@ -89,61 +89,15 @@ qovery-engine: LIB_ROOT_DIR: /home/qovery/lib ORGANIZATION_ID: *organizationId ingress-nginx: + fullnameOverride: ingress-nginx controller: - admissionWebhooks: - enabled: false useComponentLabel: true allowSnippetAnnotations: true - # enable if you want metrics scrapped by prometheus - metrics: - enabled: true # set-by-customer - serviceMonitor: - enabled: false # set-by-customer - config: - # set global default file size limit to 100m - proxy-body-size: 100m - # hide Nginx version - server-tokens: "false" - # required for X-Forwarded-for to work - use-proxy-protocol: "false" - # enable real IP (client IP) - enable-real-ip: "false" # set-by-customer - # the Ingress Class name to be used by Ingresses (use "nginx-qovery" for Qovery application/container deployments) ingressClass: nginx-qovery extraArgs: - # Kubernetes path of the default Cert-manager TLS certificate (if used) default-ssl-certificate: "qovery/letsencrypt-acme-qovery-cert" - updateStrategy: - rollingUpdate: - # set the minimum acceptable number of unavailable pods during a rolling update - maxUnavailable: 1 - # enable auoscaling if you want to scale the number of replicas based on CPU usage - autoscaling: - enabled: false # set-by-customer - minReplicas: 2 # set-by-customer - maxReplicas: 25 # set-by-customer - targetCPUUtilizationPercentage: 50 # set-by-customer - # required if you rely on a load balancer - # the controller mirrors the address of this service's endpoints to the load-balancer status of all Ingress objects it satisfies. publishService: enabled: true - # set a load balancer if you want your Nginx to be publicly accessible - service: - enabled: true - # https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/loadbalancer-annotations.md - annotations: - service.beta.kubernetes.io/scw-loadbalancer-forward-port-algorithm: "leastconn" - service.beta.kubernetes.io/scw-loadbalancer-protocol-http: "false" - service.beta.kubernetes.io/scw-loadbalancer-proxy-protocol-v1: "false" - service.beta.kubernetes.io/scw-loadbalancer-proxy-protocol-v2: "true" - service.beta.kubernetes.io/scw-loadbalancer-health-check-type: tcp - service.beta.kubernetes.io/scw-loadbalancer-use-hostname: "true" - # set Scaleway load balancer type https://www.scaleway.com/en/load-balancer/ (ex: LB-GP-S, LB-GP-M, LB-GP-L, LB-GP-XL) - service.beta.kubernetes.io/scw-loadbalancer-type: "LB-GP-S" # set-by-customer - # Qovery managed DNS requieres *.$domain (something like: *..) - external-dns.alpha.kubernetes.io/hostname: *domainWildcard - externalTrafficPolicy: "Local" - external-dns: fullnameOverride: external-dns provider: pdns