mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2025-12-08 02:04:07 +09:00
chore(app): use active docker image repository
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 1m27s
All checks were successful
CI Pipeline / Build and Push Docker Image (push) Successful in 1m27s
This commit is contained in:
@@ -57,7 +57,7 @@ docker push <your-ecr-repo>:latest
|
|||||||
|
|
||||||
### Deploy to EKS
|
### Deploy to EKS
|
||||||
|
|
||||||
Apply RBAC and deployment configurations:
|
Modify and apply RBAC and deployment configurations:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f examples/k8s/rbac.yaml
|
kubectl apply -f examples/k8s/rbac.yaml
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
serviceAccountName: metalcheck-sa
|
serviceAccountName: metalcheck-sa
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: <your-ecr-repo>:latest
|
image: ak-git.vectorsigma.ru/terghalin/metalcheck:latest
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: api-config
|
name: api-config
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/terghalin/metalcheck-backend
|
repository: ak-git.vectorsigma.ru/terghalin/metalcheck:latest
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user