File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
{{cookiecutter.app_name}}/.k8s Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99
1010### :bug : Bug Fixes
1111- [ ` 08e9894 ` ] ( https://github.com/eigr/spawn-templates/commit/08e9894a65cd538a7de7774a3ebdab0af48235d3 ) - typo * (commit by @sleipnir )*
12+ - [ ` 3432dcf ` ] ( https://github.com/eigr/spawn-templates/commit/3432dcf9152057dee4d3087af9e900b759240b01 ) - correct attributes * (commit by @sleipnir )*
1213
1314### :recycle : Refactors
1415- [ ` 8107300 ` ] ( https://github.com/eigr/spawn-templates/commit/81073007ad72ece27d59dc0ae90ce032908d0074 ) - better readmes * (commit by @sleipnir )*
Original file line number Diff line number Diff line change 33 "app_name_hyphenate" : " spawn_example" ,
44 "app_description" : " Spawn Node App." ,
55 "app_image_tag" : " ttl.sh/spawn-nodejs-example:1h" ,
6+ "app_port" : 8091 ,
67 "spawn_system" : " spawn-system" ,
78 "spawn_app_spawn_system" : " spawn-system" ,
89 "spawn_app_namespace" : " default" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : {{ cookiecutter.app_name_hyphenate }}
66 namespace : {{ cookiecutter.spawn_app_namespace }}
77 annotations :
8- spawn-eigr.io/actor-system : {{ cookiecutter.spawn_app_spawm_system }}
8+ spawn-eigr.io/actor-system : {{ cookiecutter.spawn_app_spawn_system }}
99spec :
1010 host :
1111 image : {{ cookiecutter.app_image_tag }}
You can’t perform that action at this time.
0 commit comments