add devops

This commit is contained in:
2026-05-11 09:17:23 +02:00
parent 49a1f1e2d7
commit 076449cdf9
12 changed files with 276 additions and 1 deletions

View File

@@ -10,4 +10,31 @@ spec:
kind: ClusterIssuer
dnsNames:
- gitea.milasholsting.dk
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: harbor-tls
namespace: devops
spec:
secretName: harbor-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- reg.milasholsting.dk
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: grafana-tls
namespace: devops
spec:
secretName: grafana-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- grafana.milasholsting.dk