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