Update docker

This commit is contained in:
2025-03-01 02:05:08 -06:00
parent f3e047eccc
commit 55d7317022
3 changed files with 2 additions and 22 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*.sfc *.sfc
appsettings.Development.json appsettings.Development.json
kube/
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.

View File

@@ -4,7 +4,7 @@
"pythonPath": "/usr/bin/python3", "pythonPath": "/usr/bin/python3",
"randomizerPath": "/randomizer", "randomizerPath": "/randomizer",
"azureSettings": { "azureSettings": {
"clientId": "2f242de5-7595-432c-b41d-30d21b2064f2", "clientId": "a48d5ae1-fa0a-4e33-9586-18c0eca0a28c",
"blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds" "blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds"
} }
}, },

View File

@@ -1,21 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: alttpr-backend
spec:
selector:
matchLabels:
app: alttpr-backend
template:
metadata:
labels:
app: alttpr-backend
spec:
nodeSelector:
kubernetes.io/os: linux
containers:
- name: alttpr-backend
image: alttpracr.azurecr.io/alttpr-backend
ports:
- containerPort: 8080
name: http