Skip to content

Commit

Permalink
update 08/16/24 09:01:29
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Aug 16, 2024
1 parent c67b876 commit 16fb28b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 40 deletions.
6 changes: 1 addition & 5 deletions charts/qovery/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -65,7 +63,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -76,7 +73,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -90,7 +86,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values-demo-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -65,7 +63,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -76,7 +73,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -90,7 +86,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values-demo-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -63,7 +61,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -74,7 +71,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -88,7 +84,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
12 changes: 7 additions & 5 deletions charts/qovery/values-demo-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -63,15 +61,19 @@ qovery-cluster-agent:
image:
tag: *clusterAgentVersion
environmentVariables:
GRPC_SERVER: *agentGatewayUrl
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
LOKI_URL: ''
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
qovery-shell-agent:
fullnameOverride: qovery-shell-agent
image:
tag: *shellAgentVersion
environmentVariables:
GRPC_SERVER: *agentGatewayUrl
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
tag: *engineVersion
Expand All @@ -84,7 +86,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values-demo-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -63,7 +61,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -74,7 +71,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -88,7 +84,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -63,7 +61,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -74,7 +71,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -88,7 +84,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values-scaleway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ qovery:
domain: &domain set-by-customer
domainWildcard: &domainWildcard set-by-customer
qoveryDnsUrl: &qoveryDnsUrl set-by-customer
agentGatewayUrl: &agentGatewayUrl set-by-customer
engineGatewayUrl: &engineGatewayUrl set-by-customer
lokiUrl: &lokiUrl set-by-customer
promtailLokiUrl: &promtailLokiUrl set-by-customer
acmeEmailAddr: &acmeEmailAddr set-by-customer
Expand All @@ -63,7 +61,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
LOKI_URL: *lokiUrl
ORGANIZATION_ID: *organizationId
useSelfSignCertificate: true
Expand All @@ -74,7 +71,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
GRPC_SERVER: *agentGatewayUrl
ORGANIZATION_ID: *organizationId
qovery-engine:
image:
Expand All @@ -88,7 +84,7 @@ qovery-engine:
CLUSTER_ID: *clusterId
CLUSTER_JWT_TOKEN: *jwtToken
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: *engineGatewayUrl
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: *organizationId
ingress-nginx:
Expand Down
6 changes: 1 addition & 5 deletions charts/qovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ qovery:
domain: '&domain set-by-customer'
domainWildcard: '&domainWildcard set-by-customer'
qoveryDnsUrl: '&qoveryDnsUrl set-by-customer'
agentGatewayUrl: '&agentGatewayUrl set-by-customer'
engineGatewayUrl: '&engineGatewayUrl set-by-customer'
lokiUrl: '&lokiUrl set-by-customer'
promtailLokiUrl: '&promtailLokiUrl set-by-customer'
acmeEmailAddr: '&acmeEmailAddr set-by-customer'
Expand All @@ -65,7 +63,6 @@ qovery-cluster-agent:
environmentVariables:
CLUSTER_ID: '*clusterId'
CLUSTER_JWT_TOKEN: '*jwtToken'
GRPC_SERVER: '*agentGatewayUrl'
LOKI_URL: '*lokiUrl'
ORGANIZATION_ID: '*organizationId'
useSelfSignCertificate: true
Expand All @@ -76,7 +73,6 @@ qovery-shell-agent:
environmentVariables:
CLUSTER_ID: '*clusterId'
CLUSTER_JWT_TOKEN: '*jwtToken'
GRPC_SERVER: '*agentGatewayUrl'
ORGANIZATION_ID: '*organizationId'
qovery-engine:
image:
Expand All @@ -90,7 +86,7 @@ qovery-engine:
CLUSTER_ID: '*clusterId'
CLUSTER_JWT_TOKEN: '*jwtToken'
DOCKER_HOST: tcp://0.0.0.0:2375
GRPC_SERVER: '*engineGatewayUrl'
GRPC_SERVER: engine.qovery.com:443
LIB_ROOT_DIR: /home/qovery/lib
ORGANIZATION_ID: '*organizationId'
ingress-nginx: {}
Expand Down

0 comments on commit 16fb28b

Please sign in to comment.