Skip to content

Commit f03a574

Browse files
committed
feat: add nodejs defaults
1 parent 8107300 commit f03a574

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

nodejs/cookiecutter.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
22
"app_name": "spawn_example",
3-
"spawn_system": "spawn-system"
3+
"app_description": "Spawn Node App.",
4+
"app_image_tag": "ttl.sh/spawn-nodejs-example:1h",
5+
"spawn_system": "spawn-system",
6+
"spawn_app_spawn_system": "spawn-system",
7+
"spawn_app_namespace": "default",
8+
"spawn_app_statestore_type": "native",
9+
"spawn_sdk_version": "v1.3.1",
10+
"_copy_without_render": [
11+
".github",
12+
"docs",
13+
".dockerignore",
14+
".gitignore",
15+
".envrc"
16+
]
417
}

nodejs/{{cookiecutter.app_name}}/.k8s/system.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
spec:
88
statestore:
99
type: {{ cookiecutter.spawn_app_statestore_type }}
10-
credentialsSecretRef: "{{ cookiecutter.spawn_app_statestore_type }}-connection-secret"
1110
externalInvocation:
1211
enabled: "true"
1312
externalConnectorRef: invocation-connection-ref-secret

0 commit comments

Comments
 (0)