ajusteno k8s
This commit is contained in:
parent
bfc8ca5603
commit
d727ea5862
3 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ spec:
|
|||
app: gohorse-backend
|
||||
env: development
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: harbor-registry
|
||||
containers:
|
||||
- name: backend
|
||||
image: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend:latest
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ spec:
|
|||
app: gohorse-backend
|
||||
env: homologation
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: harbor-registry
|
||||
containers:
|
||||
- name: backend
|
||||
image: in.gohorsejobs.com/gohorsejobshml/gohorsejobs-backend:latest
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ spec:
|
|||
app: gohorse-backend
|
||||
env: production
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: harbor-registry
|
||||
containers:
|
||||
- name: backend
|
||||
image: in.gohorsejobs.com/gohorsejobs/gohorsejobs-backend:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue