init
This commit is contained in:
commit
a83cfb8e28
13 changed files with 60386 additions and 0 deletions
14
cert-manager-issuer.yaml
Normal file
14
cert-manager-issuer.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt
|
||||
spec:
|
||||
acme:
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
email: toredvard99@gmail.com
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-account-key
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
ingressClassName: traefik
|
||||
Loading…
Add table
Add a link
Reference in a new issue