mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:41:01 +00:00
add stirling-pdf
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
a958b153c4
commit
529cc6f29f
12 changed files with 197 additions and 0 deletions
12
stirling-pdf/certificate.yaml
Normal file
12
stirling-pdf/certificate.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: stirling-pdf-cert
|
||||
namespace: istio-system
|
||||
spec:
|
||||
secretName: stirling-pdf-cert
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- pdftools.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue