We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a58fc + c834319 commit fe94f1bCopy full SHA for fe94f1b
azure-votes-postgresql/manifests/deploy.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
containers:
18
- name: azure-votes-postgresql
19
- image: docker.io/babbageclunk/asodemo-postgresql:latest
+ image: mcr.microsoft.com/k8s/asodemos/postgresqlvotes:latest
20
ports:
21
- containerPort: 8080
22
env:
cosmos-todo-list/deploy-cosmos-app.yaml
@@ -17,7 +17,7 @@ spec:
- name: app
- image: docker.io/babbageclunk/cosmos-todo-app:latest
+ image: mcr.microsoft.com/k8s/asodemos/cosmostodo:latest
- name: CosmosDB__Account
23
valueFrom:
0 commit comments