ajusteno k8s

This commit is contained in:
Marcus 2025-12-14 11:01:38 -03:00
parent bfc8ca5603
commit d727ea5862
3 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,8 @@ spec:
app: gohorse-backend app: gohorse-backend
env: development env: development
spec: spec:
imagePullSecrets:
- name: harbor-registry
containers: containers:
- name: backend - name: backend
image: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend:latest image: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend:latest

View file

@ -14,6 +14,8 @@ spec:
app: gohorse-backend app: gohorse-backend
env: homologation env: homologation
spec: spec:
imagePullSecrets:
- name: harbor-registry
containers: containers:
- name: backend - name: backend
image: in.gohorsejobs.com/gohorsejobshml/gohorsejobs-backend:latest image: in.gohorsejobs.com/gohorsejobshml/gohorsejobs-backend:latest

View file

@ -14,6 +14,8 @@ spec:
app: gohorse-backend app: gohorse-backend
env: production env: production
spec: spec:
imagePullSecrets:
- name: harbor-registry
containers: containers:
- name: backend - name: backend
image: in.gohorsejobs.com/gohorsejobs/gohorsejobs-backend:latest image: in.gohorsejobs.com/gohorsejobs/gohorsejobs-backend:latest