Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Backend_Deployment/manifests/kubernetes-deployment.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: appointment
image: {acrName}.azurecr.io/patienthub/appointment
image: craccelerator001.azurecr.io/patienthub/appointment
ports:
- containerPort: 80
imagePullPolicy: Always
Expand All @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: patient
image: {acrName}.azurecr.io/patienthub/patient
image: craccelerator001.azurecr.io/patienthub/patient
ports:
- containerPort: 80
imagePullPolicy: Always
Expand All @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: batchinference
image: {acrName}.azurecr.io/patienthub/batchinference
image: craccelerator001.azurecr.io/patienthub/batchinference
ports:
- containerPort: 80
imagePullPolicy: Always
Expand All @@ -80,7 +80,7 @@ spec:
spec:
containers:
- name: realtimeinference
image: {acrName}.azurecr.io/patienthub/realtimeinference
image: craccelerator001.azurecr.io/patienthub/realtimeinference
ports:
- containerPort: 80
imagePullPolicy: Always
Expand All @@ -101,7 +101,7 @@ spec:
spec:
containers:
- name: changefeedwatcher
image: {acrName}.azurecr.io/patienthub/changefeedwatcher
image: craccelerator001.azurecr.io/patienthub/changefeedwatcher
ports:
- containerPort: 80
imagePullPolicy: Always
Expand All @@ -122,7 +122,7 @@ spec:
spec:
containers:
- name: tts
image: {acrName}.azurecr.io/patienthub/tts
image: craccelerator001.azurecr.io/patienthub/tts
ports:
- containerPort: 80
imagePullPolicy: Always
Expand Down