Update imagePullSecrets and uncomment frontend resources in RFI kustomization

This commit is contained in:
emelinda 2026-04-15 16:29:02 +03:00
parent 25bfa1b542
commit 6426c53b86
4 changed files with 5 additions and 5 deletions

View File

@ -120,4 +120,4 @@ spec:
cpu: "1"
memory: 1Gi
imagePullSecrets:
- name: dockerhub
- name: regcred

View File

@ -130,4 +130,4 @@ spec:
cpu: "1"
memory: 1Gi
imagePullSecrets:
- name: dockerhub
- name: regcred

View File

@ -29,4 +29,4 @@ spec:
cpu: 100m
memory: 100Mi
imagePullSecrets:
- name: dockerhub
- name: regcred

View File

@ -6,6 +6,6 @@ resources:
- namespace.yaml
# - backend-deployment.yaml
# - celery-deployment.yaml
# - frontend-deployment.yaml
- frontend-deployment.yaml
# - backend-service.yaml
# - frontend-service.yaml
- frontend-service.yaml