Files

22 lines
449 B
YAML
Raw Permalink Normal View History

2026-03-02 16:19:35 +03:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: vite-frontend
namespace: dev
spec:
replicas: 1
selector:
matchLabels:
app: vite-frontend
template:
metadata:
labels:
app: vite-frontend
spec:
imagePullSecrets:
- name: registry-secret
containers:
- name: vite-frontend
2026-03-02 16:38:18 +03:00
image: run.postmet.ru/postmet/vite-frontend:0.1.0
2026-03-02 16:19:35 +03:00
ports:
- containerPort: 80