From ea73bc4b739227e82c43d69c5784484a7cf009dd Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:39:53 +0200 Subject: [PATCH] Setup alpha and beta deploys --- .gimlet/graph-engine-beta.yaml | 29 +++++++++++++++++++++++++++++ .gimlet/graph-engine.yaml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .gimlet/graph-engine-beta.yaml diff --git a/.gimlet/graph-engine-beta.yaml b/.gimlet/graph-engine-beta.yaml new file mode 100644 index 000000000..515d64538 --- /dev/null +++ b/.gimlet/graph-engine-beta.yaml @@ -0,0 +1,29 @@ +app: graph-engine-beta +env: prod +namespace: graph-engine +chart: + repository: https://chart.onechart.dev + name: onechart + version: 0.64.0 +values: + containerPort: 3000 + gitRepository: tokens-studio/graph-engine + gitSha: '{{ .SHA }}' + image: + repository: ghcr.io/tokens-studio/graph-engine + tag: frontend-{{ .SHA }} + imagePullSecrets: + - ghcr-login-secret + ingress: + ingressClassName: traefik + annotations: + cert-manager.io/cluster-issuer: letsencrypt-prod + host: graph.beta.tokens.studio + path: / + tlsEnabled: true + replicas: 1 + resources: + ignoreLimits: true + vars: + TS_DEMO_MODE: true + HOSTNAME: 0.0.0.0 diff --git a/.gimlet/graph-engine.yaml b/.gimlet/graph-engine.yaml index 324c6bcc7..d4ae6c696 100644 --- a/.gimlet/graph-engine.yaml +++ b/.gimlet/graph-engine.yaml @@ -21,7 +21,7 @@ values: ingressClassName: traefik annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - host: graph.beta.tokens.studio + host: graph.alpha.tokens.studio path: / tlsEnabled: true replicas: 1