all repos — infra @ e63b77bec0f29374d2a54f288d0ecaa8d3b906ad

infrastructure manifests and setup notes

cert-manager/koti-lan.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: koti-lan
  namespace: default
spec:
  secretName: koti-lan-tls
  isCA: false
  dnsNames:
  - "koti.lan"
  - "*.koti.lan"
  issuerRef:
    name: koti-ca-issuer