aboutsummaryrefslogtreecommitdiff
path: root/deploy/spec.json
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-05 00:11:36 +0200
committerMax Audron <audron@cocaine.farm>2021-06-05 00:11:36 +0200
commite53976d33c7611991c8a33344fd2f73211096c6e (patch)
tree0a3bb657711cbd5602931fd4746c1101b8c0a47b /deploy/spec.json
parentremove tanka vendoring (diff)
ready tanka deploy for CI
Diffstat (limited to '')
-rw-r--r--deploy/spec.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/deploy/spec.json b/deploy/spec.json
deleted file mode 100644
index f127bec..0000000
--- a/deploy/spec.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "apiVersion": "tanka.dev/v1alpha1",
- "kind": "Environment",
- "metadata": {
- "name": "default"
- },
- "spec": {
- "apiServer": "https://control.kube.cat:6443",
- "namespace": "gnulag",
- "resourceDefaults": {},
- "expectVersions": {}
- }
-}
class='logsubject'>ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages. 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35