Rename rfi-frontend resources to frontend in deployment and service configurations
This commit is contained in:
parent
6426c53b86
commit
fbeaaa6264
@ -2,22 +2,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: rfi-frontend
|
||||
name: frontend
|
||||
namespace: rfi
|
||||
labels:
|
||||
app: rfi-frontend
|
||||
app: frontend
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: rfi-frontend
|
||||
app: frontend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: rfi-frontend
|
||||
app: frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: rfi-frontend
|
||||
- name: frontend
|
||||
image: cr.yandex/crp3ccidau046kdj8g9q/rfi-frontend:production_b827756f_wb
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: rfi-frontend-service
|
||||
name: frontend-service
|
||||
namespace: rfi
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: rfi-frontend
|
||||
app: frontend
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
|
||||
Loading…
Reference in New Issue
Block a user