nxtgauge-gitops/apps/nxtgauge-backend-rust/base/cron-deployment.yaml
2026-06-17 03:28:47 +05:30

34 lines
808 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: nxtgauge-rust-cron
labels:
app: nxtgauge-rust-cron
spec:
replicas: 1
selector:
matchLabels:
app: nxtgauge-rust-cron
template:
metadata:
labels:
app: nxtgauge-rust-cron
spec:
imagePullSecrets:
- name: forgejo-regcred
containers:
- name: cron
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-cron:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: nxtgauge-backend-rust-config
- secretRef:
name: nxtgauge-backend-rust-secrets
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi