From 258463f780b0917057f1d040e932206995515a0a Mon Sep 17 00:00:00 2001 From: Olaf Bohlen Date: Sun, 1 Jan 2023 21:56:06 +0100 Subject: [PATCH] added deployment file --- cookie-operator-deployment.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cookie-operator-deployment.yaml 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: {}