Files
locust-operator/config/samples/deploy.yaml
Chris Richardson 69f2af2549
Some checks failed
Tests / Run on Ubuntu (push) Failing after 56s
Lint / Run on Ubuntu (push) Failing after 1m14s
Build images / Build docker image (push) Failing after 2m41s
comment out
2025-07-03 13:05:45 -04:00

38 lines
922 B
YAML

apiVersion: apps/v1
apiVersion: apps/v1
kind: Deployment
metadata:
name: locust-operator
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
name: locust-operator
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
name: locust-operator
operator: locust-operator
spec:
containers:
- image: d.lilpenguins.com/locust-operator:f9acea7f57cf9a1d9324f8d81e0ae947274e0695
imagePullPolicy: IfNotPresent
name: locust-operator
resources:
requests:
memory: "512Mi"
cpu: "500m"
limits:
memory: "1Gi"
cpu: "500m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File