add demo application
This commit is contained in:
17
examples/demo-app/raw/cluster-issuer.yaml
Normal file
17
examples/demo-app/raw/cluster-issuer.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: demo-app-issuer
|
||||
spec:
|
||||
acme:
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
email: reversstorm@gmail.com
|
||||
privateKeySecretRef:
|
||||
name: demo-app-acme-secret
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
ingressTemplate:
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
Reference in New Issue
Block a user