Start repo reorganization with cert-manager

This commit is contained in:
2025-02-15 03:36:52 +01:00
parent 9dc3eeb57f
commit e9d54563d6
13 changed files with 73 additions and 45 deletions

View File

@@ -1,44 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: jetstack
namespace: cert-manager
spec:
interval: 1m0s
url: https://charts.jetstack.io
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cert-manager
namespace: cert-manager
spec:
chart:
spec:
chart: cert-manager
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: jetstack
version: v1.15.3
interval: 1m0s
values:
installCRDs: true
replicaCount: 2
webhook:
replicaCount: 2
cainjector:
replicaCount: 2
extraArgs:
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
- --dns01-recursive-nameservers-only
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "9.9.9.9"

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- akri.yaml
- cert-manager.yaml
- traefik.yaml
- cloudnative-pg.yaml
- ./rook