infra4talos/apps-kustomized/cert-manager-webhook-dnsimple/args.yaml

14 lines
287 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: not-important
spec:
template:
spec:
containers:
- name: cert-manager-webhook-dnsimple
args:
- --tls-cert-file=/tls/tls.crt
- --tls-private-key-file=/tls/tls.key
- --secure-port 8443