Skip to content

Commit

Permalink
Merge pull request #2863 from DFE-Digital/1876-claim-create-prod-base…
Browse files Browse the repository at this point in the history
…-resources

Create aks prod env base resources
  • Loading branch information
RMcVelia authored Jun 17, 2024
2 parents 22a5f45 + 429b867 commit 96ca2cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ review-aks: test-cluster
test-aks: test-cluster
$(eval include global_config/test.sh)

.PHONY: production-aks
production-aks: production-cluster
$(if $(or ${SKIP_CONFIRM}, ${CONFIRM_PRODUCTION}), , $(error Missing CONFIRM_PRODUCTION=yes))
$(eval include global_config/production.sh)

set-azure-account:
az account set -s ${AZ_SUBSCRIPTION}

Expand Down
6 changes: 6 additions & 0 deletions global_config/production.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG=production
ENVIRONMENT=production
CONFIG_SHORT=pd
AZURE_SUBSCRIPTION=s189-teacher-services-cloud-production
AZURE_RESOURCE_PREFIX=s189p01
KV_PURGE_PROTECTION=true

0 comments on commit 96ca2cf

Please sign in to comment.