Skip to content

Commit

Permalink
update 11/05/24 15:01:59
Browse files Browse the repository at this point in the history
Qovery committed Nov 5, 2024
1 parent d721d5a commit 804da55
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/qovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ dependencies:
repository: file://charts/qovery-shell-agent
- name: qovery-engine
condition: services.qovery.qovery-engine.enabled
version: 0.1.0
version: 0.0.0
repository: file://charts/qovery-engine
- name: qovery-priority-class
condition: services.qovery.qovery-priority-class.enabled
4 changes: 2 additions & 2 deletions charts/qovery/charts/qovery-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@ apiVersion: v2
name: qovery-engine
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: 0.1.0
version: 0.0.0
appVersion: 0.0.0
4 changes: 2 additions & 2 deletions charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
@@ -183,8 +183,8 @@ ingress-nginx:
service.beta.kubernetes.io/scw-loadbalancer-health-check-max-retries: "2"
service.beta.kubernetes.io/scw-loadbalancer-redispatch-attempt-count: "1"
service.beta.kubernetes.io/scw-loadbalancer-timeout-server: "30s"
# 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
# set Scaleway load balancer type https://www.scaleway.com/en/load-balancer/ (ex: LB-S, LB-GP-M, LB-GP-L, LB-GP-XL)
service.beta.kubernetes.io/scw-loadbalancer-type: "LB-S" # set-by-customer
# Qovery managed DNS requieres *.$domain (something like: *.<cluster_id>.<given_dns_name>)
external-dns.alpha.kubernetes.io/hostname: *domainWildcard
externalTrafficPolicy: "Local"
4 changes: 2 additions & 2 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
@@ -183,8 +183,8 @@ ingress-nginx:
service.beta.kubernetes.io/scw-loadbalancer-health-check-max-retries: "2"
service.beta.kubernetes.io/scw-loadbalancer-redispatch-attempt-count: "1"
service.beta.kubernetes.io/scw-loadbalancer-timeout-server: "30s"
# 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
# set Scaleway load balancer type https://www.scaleway.com/en/load-balancer/ (ex: LB-S, LB-GP-M, LB-GP-L, LB-GP-XL)
service.beta.kubernetes.io/scw-loadbalancer-type: "LB-S" # set-by-customer
# Qovery managed DNS requieres *.$domain (something like: *.<cluster_id>.<given_dns_name>)
external-dns.alpha.kubernetes.io/hostname: *domainWildcard
externalTrafficPolicy: "Local"

0 comments on commit 804da55

Please sign in to comment.