Update k8s/dev/backend-deployment-dev.yaml
This commit is contained in:
parent
57571b8801
commit
4fe00396df
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ spec:
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: forgejo-registry-secret
|
- name: forgejo-registry-secret
|
||||||
|
dnsConfig:
|
||||||
|
options:
|
||||||
|
- name: ndots
|
||||||
|
value: "1"
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: pipe.gohorsejobs.com/bohessefm/gohorsejobs:latest
|
image: pipe.gohorsejobs.com/bohessefm/gohorsejobs:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue