added deployment file
This commit is contained in:
25
cookie-operator-deployment.yaml
Normal file
25
cookie-operator-deployment.yaml
Normal file
@@ -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: {}
|
||||
Reference in New Issue
Block a user