Olaf Bohlen
2023-03-21 0cfd14f46c75d2eef2ed792f2cb27c68415a6be1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    app: recipe-processor
  name: recipe-processor
spec:
  replicas: 1
  selector:
    matchLabels:
      app: recipe-processor
  strategy: {}
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: recipe-processor
    spec:
      serviceAccountName: cookieprocessor
      containers:
      - image: docker.eenfach.de/olbohlen/cookie-operator:latest
        name: cookie-operator
        resources: {}
status: {}