This commit is contained in:
27
k8s/operator.yaml
Normal file
27
k8s/operator.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: configmap-operator
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: configmap-operator
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: configmap-operator
|
||||
spec:
|
||||
containers:
|
||||
- name: operator
|
||||
image: repositry.talutasku.ee/v2/configmap-operator:latest
|
||||
env:
|
||||
- name: NAMESPACE
|
||||
value: "default"
|
||||
resources:
|
||||
limits:
|
||||
memory: "64Mi"
|
||||
cpu: "100m"
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
Reference in New Issue
Block a user