Fix deployment image to use internal registry
Use the internal registry (10.106.73.119:5000) with the current version instead of pulling from Docker Hub. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
09fc8bf9ae
commit
7c06647953
1 changed files with 1 additions and 1 deletions
2
k8s/20-deployment.yaml
Normal file → Executable file
2
k8s/20-deployment.yaml
Normal file → Executable file
|
|
@ -22,7 +22,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: basicstack-web
|
||||
image: basicstack-web:latest
|
||||
image: 10.106.73.119:5000/basicstack-web:20260711-1625
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue