host: Add k8s-aarch64-n{0,1}
This commit is contained in:
6
host/k8s-aarch64-n0.pyrocufflink.blue.cue
Normal file
6
host/k8s-aarch64-n0.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,6 @@
|
||||
import (
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
ssh: prod.ssh
|
||||
sudo: prod.sudo
|
||||
6
host/k8s-aarch64-n1.pyrocufflink.blue.cue
Normal file
6
host/k8s-aarch64-n1.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,6 @@
|
||||
import (
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
ssh: prod.ssh
|
||||
sudo: prod.sudo
|
||||
9
instructions/k8s-aarch64-n0.pyrocufflink.blue.cue
Normal file
9
instructions/k8s-aarch64-n0.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,9 @@
|
||||
import (
|
||||
"list"
|
||||
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
render: list.Concat([
|
||||
prod.templates,
|
||||
])
|
||||
9
instructions/k8s-aarch64-n1.pyrocufflink.blue.cue
Normal file
9
instructions/k8s-aarch64-n1.pyrocufflink.blue.cue
Normal file
@@ -0,0 +1,9 @@
|
||||
import (
|
||||
"list"
|
||||
|
||||
"du5t1n.me/cfg/env/prod"
|
||||
)
|
||||
|
||||
render: list.Concat([
|
||||
prod.templates,
|
||||
])
|
||||
Reference in New Issue
Block a user