This commit is contained in:
ivan 2026-06-29 14:38:29 +05:00
parent 057989099b
commit 21052884cb
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ apiVersion: v1
kind: Service
metadata:
name: frontend-svc
namespace: reviews
namespace: auth-flow
spec:
type: ClusterIP
selector:

View File

@ -2,7 +2,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend
namespace: reviews
name: auth-frontend
namespace: auth-flow
spec:
replicas: 1

View File

@ -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