Update docker
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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.
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user