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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue