about summary refs log tree commit diff
path: root/ops/kontemplate/example/prod-cluster.json
diff options
context:
space:
mode:
Diffstat (limited to 'ops/kontemplate/example/prod-cluster.json')
-rw-r--r--ops/kontemplate/example/prod-cluster.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/ops/kontemplate/example/prod-cluster.json b/ops/kontemplate/example/prod-cluster.json
new file mode 100644
index 0000000000..70e2365f17
--- /dev/null
+++ b/ops/kontemplate/example/prod-cluster.json
@@ -0,0 +1,16 @@
+{
+  "context": "k8s.prod.mydomain.com",
+  "global": {
+    "globalVar": "lizards"
+  },
+  "include": [
+    {
+      "name": "some-api",
+      "values": {
+        "version": "1.0-SNAPSHOT-0e6884d",
+        "importantFeature": true,
+        "apiPort": 4567
+      }
+    }
+  ]
+}