feat: add cert manager and tls for gitea

This commit is contained in:
2024-08-28 14:50:32 +05:00
parent bb690a3194
commit c4dcce8d53
2 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
---
apiVersion: onepassword.com/v1
kind: OnePasswordItem
metadata:
name: ca-cert
namespace: cert-manager
annotations:
operator.1password.io/auto-restart: "true"
spec:
itemPath: "vaults/Lab/items/ca"
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned-issuer
namespace: cert-manager
spec:
ca:
secretName: ca-cert