Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
DEVOPS-2546 move testnet to GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
rekibnikufesin committed May 6, 2024
1 parent 457cdc3 commit 8e489ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/test/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
env: dev
image:
tag: 0.1.4

serviceAccount:
annotations:
iam.gke.io/gcp-service-account: agglayer-dev-sa@prj-polygonlabs-shared-dev.iam.gserviceaccount.com

service:
domain: agglayer-svc-dev.polygon.technology

autoscaling:
enabled: false
9 changes: 9 additions & 0 deletions deploy/test/vault.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# All secrets are in a single 1Password Item. Creating it here makes it available to all subcharts
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: op-secrets
annotations:
"helm.sh/hook": pre-install
spec:
itemPath: "vaults/cdk-test/items/agglayer"

0 comments on commit 8e489ce

Please sign in to comment.