Use violin namespace for images

This commit is contained in:
Agent
2026-03-20 15:33:03 +00:00
parent b145f708cf
commit 8f13118078
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ spec:
- name: todo-registry-secret - name: todo-registry-secret
containers: containers:
- name: todo-backend - name: todo-backend
image: ccr.ccs.tencentyun.com/todo-test/todo-backend:latest image: ccr.ccs.tencentyun.com/violin/todo-backend:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080

View File

@@ -19,7 +19,7 @@ spec:
- name: todo-registry-secret - name: todo-registry-secret
containers: containers:
- name: todo-frontend - name: todo-frontend
image: ccr.ccs.tencentyun.com/todo-test/todo-frontend:latest image: ccr.ccs.tencentyun.com/violin/todo-frontend:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80

View File

@@ -19,7 +19,7 @@ spec:
- name: todo-registry-secret - name: todo-registry-secret
containers: containers:
- name: todo-frontend - name: todo-frontend
image: ccr.ccs.tencentyun.com/todo-prod/todo-frontend:v1.0.0 image: ccr.ccs.tencentyun.com/violin/todo-frontend:v1.0.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80