feat: add cert-manager

This commit is contained in:
2024-08-28 06:18:16 +05:00
parent 3ee9eac523
commit 37e7004e42
2 changed files with 17 additions and 1 deletions

View File

@@ -12,7 +12,9 @@ repositories:
- name: postgres - name: postgres
url: https://cloudnative-pg.github.io/charts url: https://cloudnative-pg.github.io/charts
- name: gitea - name: gitea
url: https://dl.gitea.com/charts/ url: https://dl.gitea.com/charts
- name: jetstack
url: https://charts.jetstack.io
--- ---
releases: releases:
# Distributed Storage # Distributed Storage
@@ -70,3 +72,11 @@ releases:
version: 10.4.0 version: 10.4.0
values: values:
- ./values/gitea.values.yaml - ./values/gitea.values.yaml
# Cert Manager
- name: cert-manager
namespace: cert-manager
chart: jetstack/cert-manager
version: 1.15.3
values:
- ./values/cert-manager.values.yaml

View File

@@ -0,0 +1,6 @@
crds:
enabled: true
prometheus:
enabled: false
webhook:
timeoutSeconds: 4