mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-13 15:15:55 +10:00
18 lines
340 B
YAML
18 lines
340 B
YAML
apiVersion: apps/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: cert-manager
|
|
spec:
|
|
replicas: 1
|
|
strategy:
|
|
type: Recreate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: cert-manager
|
|
spec:
|
|
containers:
|
|
- name: cert-manager
|
|
image: quay.io/jetstack/cert-manager-controller:v0.2.0
|
|
imagePullPolicy: Always
|