diff --git a/.gitignore b/.gitignore index 8700415..23800bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.sfc appsettings.Development.json +kube/ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/ALttPRandomizer/appsettings.Docker.json b/ALttPRandomizer/appsettings.Docker.json index 54b6a2c..e794c47 100644 --- a/ALttPRandomizer/appsettings.Docker.json +++ b/ALttPRandomizer/appsettings.Docker.json @@ -4,7 +4,7 @@ "pythonPath": "/usr/bin/python3", "randomizerPath": "/randomizer", "azureSettings": { - "clientId": "2f242de5-7595-432c-b41d-30d21b2064f2", + "clientId": "a48d5ae1-fa0a-4e33-9586-18c0eca0a28c", "blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds" } }, diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index bfd6efb..0000000 --- a/deployment.yaml +++ /dev/null @@ -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