Rename rfi-frontend resources to frontend in deployment and service configurations

This commit is contained in:
emelinda 2026-04-15 16:30:27 +03:00
parent 6426c53b86
commit fbeaaa6264
2 changed files with 7 additions and 7 deletions

View File

@ -2,22 +2,22 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: rfi-frontend name: frontend
namespace: rfi namespace: rfi
labels: labels:
app: rfi-frontend app: frontend
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: rfi-frontend app: frontend
template: template:
metadata: metadata:
labels: labels:
app: rfi-frontend app: frontend
spec: spec:
containers: containers:
- name: rfi-frontend - name: frontend
image: cr.yandex/crp3ccidau046kdj8g9q/rfi-frontend:production_b827756f_wb image: cr.yandex/crp3ccidau046kdj8g9q/rfi-frontend:production_b827756f_wb
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:

View File

@ -2,12 +2,12 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: rfi-frontend-service name: frontend-service
namespace: rfi namespace: rfi
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector:
app: rfi-frontend app: frontend
ports: ports:
- name: http - name: http
port: 80 port: 80