We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644d738 commit 56898baCopy full SHA for 56898ba
signed_docs/blueprint.cue
@@ -1,6 +1,44 @@
1
project: {
2
name: "setup-fund-documents"
3
4
+ deployment: {
5
+ on: {
6
+ tag: {}
7
+ }
8
+ bundle: {
9
+ env: string | *"dev"
10
+ modules: main: {
11
+ name: "app"
12
+ version: "0.11.1"
13
+ values: {
14
15
+ replicas: 1
16
+ containers: main: {
17
+ image: {
18
+ name: _ @forge(name="CONTAINER_IMAGE")
19
+ tag: _ @forge(name="GIT_HASH_OR_TAG")
20
21
+ env: {
22
+ "ENVIRONMENT": {
23
+ value: string | *"dev"
24
25
+ "CAT_GATEWAY_ADMIN_PRIVATE_KEY": {
26
+ secret: {
27
+ name: "setup-fund-documents"
28
+ key: "cat-gateway-admin-private-key"
29
30
31
32
+ resources: requests: {
33
+ cpu: string | *"256m"
34
+ memory: string | *"256Mi"
35
36
37
38
39
40
41
42
release: {
43
docker: {
44
on: {
0 commit comments