++
This commit is contained in:
parent
057989099b
commit
21052884cb
@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: cr.yandex/crp3ccidau046kdj8g9q/auth-flow-frontend:production_48bec2ff
|
image: cr.yandex/crp3ccidau046kdj8g9q/auth-flow-frontend:contour_fe9ea2a3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend-svc
|
name: frontend-svc
|
||||||
namespace: reviews
|
namespace: auth-flow
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend
|
name: auth-frontend
|
||||||
namespace: reviews
|
namespace: auth-flow
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
@ -64,3 +64,4 @@ resources:
|
|||||||
- ../../apps/message-hub/yc-k8s-test
|
- ../../apps/message-hub/yc-k8s-test
|
||||||
- ../../apps/transmittal/yc-k8s-test
|
- ../../apps/transmittal/yc-k8s-test
|
||||||
- ../../apps/prescriptions/yc-k8s-test
|
- ../../apps/prescriptions/yc-k8s-test
|
||||||
|
- ../../apps/auth-flow/yc-k8s-test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user