moved from docker to kubernetes (k3s) (#14)

Co-authored-by: Márcio Fernandes
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2025-03-02 01:33:28 +00:00
parent 8fa698bd76
commit 2979293825
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 -