diff options
| author | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
| commit | bda302df12856879fd78efad1569135b1706973b (patch) | |
| tree | bca8e41eb6965c0cfcda2277cc13b0f949ca253a /deploy/spec.json | |
| parent | add container build (diff) | |
add deployment stuff
Diffstat (limited to '')
| -rw-r--r-- | deploy/spec.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/spec.json b/deploy/spec.json new file mode 100644 index 0000000..f127bec --- /dev/null +++ b/deploy/spec.json @@ -0,0 +1,13 @@ +{ + "apiVersion": "tanka.dev/v1alpha1", + "kind": "Environment", + "metadata": { + "name": "default" + }, + "spec": { + "apiServer": "https://control.kube.cat:6443", + "namespace": "gnulag", + "resourceDefaults": {}, + "expectVersions": {} + } +} |
