all repos — infra @ 6dbf81a6658c163bec6fe01f4379ecb90582387a

infrastructure manifests and setup notes

cert-manager/pass.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: pass-koti-lan
  namespace: default
spec:
  secretName: pass-koti-lan
  isCA: false
  commonName: "pass.koti.lan"
  dnsNames:
  - "pass.koti.lan"
  issuerRef:
    name: koti-ca-issuer