release
This commit is contained in:
parent
94b8b7b8b5
commit
5eb4b40c1a
@ -1,4 +1,4 @@
|
|||||||
# lifesub-web/deployment/manifest/deployments/lifesub-web-deployment.yaml
|
# lifesub-web/deployment/manifest/deployments/hiondal-web-deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
@ -13,9 +13,11 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: lifesub-web
|
app: lifesub-web
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: dockerhub
|
||||||
containers:
|
containers:
|
||||||
- name: lifesub-web
|
- name: lifesub-web
|
||||||
image: dg0200cr.azurecr.io/lifesub/lifesub-web:1.0.0
|
image: docker.io/hiondal/lifesub-web:1.0.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 18080
|
- containerPort: 18080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user