moved from docker to kubernetes (k3s)

This commit is contained in:
2025-03-02 01:31:25 +00:00
parent 8fa698bd76
commit 0b67357d6b
10 changed files with 274 additions and 111 deletions

View File

@@ -0,0 +1,8 @@
#/bin/bash
# set source env variables
. ./.env
export $(cut -d= -f1 ./.env)
envsubst < secret.yaml | kubectl apply -f -