iac/apps/stamp-verification/base/deployment.yaml
2026-04-20 12:46:56 +05:00

34 lines
738 B
YAML

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