Skip to content

Commit

Permalink
Bicep updates for AKS
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza committed Feb 16, 2023
1 parent cf30db3 commit 82b2a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions templates/todo/projects/nodejs-mongo-aks/.repo/bicep/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ repo:
patterns:
- "**/*.bicep"

- from: ../../../../../common/infra/shared/gateway/apim
to: ./
patterns:
- apim-api.bicep

# app service modules
- from: ../../../../../../common/infra/bicep
to: ../
Expand Down Expand Up @@ -102,18 +97,6 @@ repo:
- from: ./infra/
to: ./infra

- from: ../../../../common/infra/bicep/app/web-appservice.bicep
to: ./infra/app/web.bicep

- from: ../../../../common/infra/bicep/app/api-appservice-node.bicep
to: ./infra/app/api.bicep

- from: ../../../../common/infra/bicep/app/apim-api.bicep
to: ./infra/app/apim-api.bicep

- from: ../../../../../common/infra/shared/gateway/apim/apim-api-policy.xml
to: ./infra/app/apim-api-policy.xml

- from: ../../../../common/infra/bicep/app/cosmos-mongo-db.bicep
to: ./infra/app/db.bicep

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ spec:
spec:
containers:
- name: todo-api
image: crppnnadqdq7owqmxjqvwcid425o.azurecr.io/todo-nodejs-mongo-aks/api:latest
image: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}/todo-nodejs-mongo-aks/api:latest
ports:
- containerPort: 3100
env:
- name: AZURE_CLIENT_ID
value: 8111defe-2f69-4893-b025-ffeaea359c4a
value: ${AZURE_PRINCIPAL_ID}
- name: AZURE_KEY_VAULT_ENDPOINT
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: todo-web
image: crppnnadqdq7owqmxjqvwcid425o.azurecr.io/todo-nodejs-mongo-aks/web:latest
image: ${AZURE_CONTAINER_REGISTRY_ENDPOINT}/todo-nodejs-mongo-aks/web:latest
ports:
- containerPort: 3000
env:
Expand Down

0 comments on commit 82b2a15

Please sign in to comment.