add waiting container

This commit is contained in:
2024-12-22 16:32:10 -06:00
parent 4171560c3d
commit b880619f41

View File

@@ -32,6 +32,8 @@ jellyfin:
repository: keinos/sqlite3
tag: 3.47.2
pullPolicy: IfNotPresent
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
vue:
type: deployment
replicas: 1