diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T10·51+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T10·51+0100 |
commit | 8fb24f9f750c4d87f1f36f11ca80f86c78832be6 (patch) | |
tree | e519a1584e72998d1b0b1058474385de492123bf /example/some-api | |
parent | 9e3ee3f2bbce7c7cb2aaea3de2ffb23b17a030ca (diff) |
feat main: Initial program implementation & example
Diffstat (limited to 'example/some-api')
-rw-r--r-- | example/some-api/deployment.yaml | 0 | ||||
-rw-r--r-- | example/some-api/service.yaml | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/example/some-api/deployment.yaml b/example/some-api/deployment.yaml new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/example/some-api/deployment.yaml diff --git a/example/some-api/service.yaml b/example/some-api/service.yaml new file mode 100644 index 000000000000..6aee8788093c --- /dev/null +++ b/example/some-api/service.yaml @@ -0,0 +1,5 @@ +--- +name: foo +importantFeature: {{ .importantFeature }} +port: {{ .apiPort }} +globalTest: {{ .globalTest }} |