This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/kubernetes/apps/network/ingress-nginx/app/certificate.yaml

17 lines
374 B
YAML
Raw Normal View History

2023-08-13 12:13:53 -05:00
---
# yaml-language-server: $schema=https://ks.hsn.dev/cert-manager.io/certificate_v1.json
2023-08-13 12:13:53 -05:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
2023-11-27 20:05:14 -06:00
name: "hsn-dev"
2023-08-13 12:13:53 -05:00
namespace: network
spec:
2023-11-27 20:05:14 -06:00
secretName: "hsn-dev-tls"
2023-08-13 12:13:53 -05:00
issuerRef:
2023-11-27 20:05:14 -06:00
name: letsencrypt-cloudflare-production
2023-08-13 12:13:53 -05:00
kind: ClusterIssuer
2023-11-27 20:05:14 -06:00
commonName: "hsn.dev"
2023-08-13 12:13:53 -05:00
dnsNames:
2023-11-27 20:05:14 -06:00
- "hsn.dev"
- "*.hsn.dev"