Compare commits

..

No commits in common. "1c608f5c33c0f78e23a031dde5b29545bc6620c2" and "956b5f5d8268f4ab8901b51c71e851c484f10478" have entirely different histories.

1 changed files with 0 additions and 41 deletions

View File

@ -50,47 +50,6 @@ spec:
--- ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: cycle-frontend-deployment
namespace: cycle-dev
labels:
app: cycle-frontend
spec:
replicas: 1
selector:
matchLabels:
app: cycle-frontend
template:
metadata:
labels:
app: cycle-frontend
spec:
containers:
- name: cycle-frontend
image: gitea.webart-tech.ru/webart/strava-frontend:f4cebb4d0068059110c3607c1ebca2ed5e775874
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: cycle-frontend-service
namespace: cycle-dev
spec:
ports:
- port: 80
targetPort: 80
name: tcp
selector:
app: cycle-frontend
---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata: