Moving legacy yaml
This commit is contained in:
14
infra/vultr-kubernetes/legacy/cert-manager.yaml
Normal file
14
infra/vultr-kubernetes/legacy/cert-manager.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: letsencrypt-nginx
|
||||
spec:
|
||||
acme:
|
||||
email: dev@shockrah.xyz
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: example
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
Reference in New Issue
Block a user