iac/apps/processing/base/frontend-deployment.yaml
2026-05-04 21:54:48 +07:00

33 lines
673 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend
namespace: processing
labels:
app: frontend
spec:
replicas: 1
selector:
matchLabels:
app: frontend
template:
metadata:
labels:
app: frontend
spec:
containers:
- name: frontend
image: cr.yandex/crp3ccidau046kdj8g9q/workflows-frontend:ugok2_85f6ce2c
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
protocol: TCP
resources:
requests:
cpu: 100m
memory: 100Mi
imagePullSecrets:
- name: regcred