aboutsummaryrefslogtreecommitdiff
path: root/manifests/std/cert.yaml
blob: 89ba063691877650a64f67257cd0278357bb28fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: cert-manager.io/v1 
kind: Certificate
metadata:
  name: git-ofmax-li
  namespace: go-git-server
spec:
  secretName: git-ofmax-li-sec
  issuerRef:
    name: letsencrypt-prod
    kind: ClusterIssuer
  commonName: 'git.ofmax.li'
  dnsNames:
    - cgit.ofmax.li
    - git.ofmax.li