fix(app): use CBR and correct sa

This commit is contained in:
Aleksandr Tcitlionok
2024-12-05 06:28:31 +00:00
parent aa17c7a2dc
commit 7c7cf79ca8
5 changed files with 57 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ spec:
labels:
app: metalcheck
spec:
serviceAccountName: metalcheck-sa
containers:
- name: backend
image: <your-ecr-repo>:latest
@@ -29,6 +30,7 @@ apiVersion: v1
kind: Service
metadata:
name: metalcheck-backend
namespace: metalcheck
spec:
selector:
app: metalcheck