neon-operator/manifests/deployment.yaml

25 lines
503 B
YAML
Raw Permalink Normal View History

2024-05-26 14:10:49 -04:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: neon-operator
spec:
selector:
matchLabels:
app: neon-operator
strategy:
type: Recreate
template:
metadata:
labels:
app: neon-operator
spec:
containers:
- name: neon-operator
image: melenion/neon-operator:latest
imagePullPolicy: Always
resources:
limits:
memory: "128Mi"
cpu: "500m"
serviceAccountName: neon-operator