all repos — infra @ ee27124aadc6cd97701902a4121d3dca4268b919

infrastructure manifests and setup notes

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: koti-ca
  namespace: default
spec:
  isCA: true
  commonName: koti-ca
  secretName: koti-ca
  privateKey:
    algorithm: ECDSA
    size: 256
  issuerRef:
    name: root-issuer
    kind: Issuer
    group: cert-manager.io