feat main: Initial program implementation & example
This commit is contained in:
parent
9e3ee3f2bb
commit
8fb24f9f75
4 changed files with 60 additions and 0 deletions
0
example/some-api/deployment.yaml
Normal file
0
example/some-api/deployment.yaml
Normal file
5
example/some-api/service.yaml
Normal file
5
example/some-api/service.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
name: foo
|
||||
importantFeature: {{ .importantFeature }}
|
||||
port: {{ .apiPort }}
|
||||
globalTest: {{ .globalTest }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue