Initial commit

This commit is contained in:
2023-01-09 13:43:43 +02:00
commit 7dd203f01a
12 changed files with 7219 additions and 0 deletions

7
Tiltfile Normal file
View File

@@ -0,0 +1,7 @@
os.putenv('DOCKER_DEFAULT_PLATFORM', 'linux/amd64')
k8s_yaml(kustomize('kustomize'))
docker_build('game-2048', '.')
k8s_resource('game-2048', port_forwards='8080')