Skip to content

Commit

Permalink
Setup alpha and beta deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
SorsOps committed Jun 13, 2024
1 parent c710689 commit ea73bc4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .gimlet/graph-engine-beta.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .gimlet/graph-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea73bc4

Please sign in to comment.