kube/testapp/certman-istio-operator/deployment.yaml
2019-08-16 13:43:56 +02:00

32 lines
720 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: certman-istio-operator
namespace: cert-manager
labels:
app: certman-istio-operator
version: v1
spec:
replicas: 1
selector:
matchLabels:
app: certman-istio-operator
version: v1
template:
metadata:
labels:
app: certman-istio-operator
version: v1
spec:
serviceAccountName: certman-istio-operator
containers:
- name: certman-istio-operator
image: 127.0.0.1:5000/istio/certman-istio-operator:v1
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: Always