Update reviews app kustomization to enable deployment and update imagePullSecret

This commit is contained in:
emelinda 2026-04-13 11:36:49 +03:00
parent ddf8f88c56
commit d45263ecea
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,5 +4,5 @@ kind: Kustomization
namespace: reviews namespace: reviews
resources: resources:
- namespace.yaml - namespace.yaml
# - deployment.yaml - deployment.yaml
# - service.yaml - service.yaml