This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
457cdc3
commit 8e489ce
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |