diff --git a/cookie-operator-deployment.yaml b/cookie-operator-deployment.yaml new file mode 100644 index 0000000..5312f55 --- /dev/null +++ b/cookie-operator-deployment.yaml @@ -0,0 +1,25 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + app: receipt-processor + name: receipt-processor +spec: + replicas: 1 + selector: + matchLabels: + app: receipt-processor + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: receipt-processor + spec: + serviceAccountName: cookieprocessor + containers: + - image: docker.eenfach.de/olbohlen/cookie-operator:latest + name: cookie-operator + resources: {} +status: {}