Update frontend tag
This commit is contained in:
parent
15293b4990
commit
4d51981279
@ -7,8 +7,8 @@ backend:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/my-recipes-backend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "master-895786b"
|
||||
pullPolicy: Always
|
||||
tag: "latest"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
@ -22,7 +22,7 @@ backend:
|
||||
memory: 512Mi
|
||||
env:
|
||||
PYTHONUNBUFFERED: "1"
|
||||
tag: master-895786b
|
||||
tag: latest
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
@ -39,8 +39,8 @@ frontend:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "master-895786b"
|
||||
pullPolicy: Always
|
||||
tag: "latest"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
@ -54,7 +54,7 @@ frontend:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
tag: master-bd31ffb
|
||||
tag: latest
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user