registry yeah

This commit is contained in:
nora 2023-02-08 19:23:16 +01:00
parent 75fc72d03a
commit 6382a1be1e
5 changed files with 123 additions and 0 deletions

17
kube/cert.yaml Normal file
View file

@ -0,0 +1,17 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: nilstriev-dev-cert
spec:
secretName: nilstrieb-dev-cert-tls
dnsNames:
- nilstrieb.dev
- docker.nilstrieb.dev
- cors-school.nilstrieb.dev
- api.cors-school.nilstrieb.dev
- hugo-chat.nilstrieb.dev
- api.hugo-chat.nilstrieb.dev
- bisect-rustc.nilstrieb.dev
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer