added cert-manager stuff
This commit is contained in:
parent
6bc90901ce
commit
9d001130c9
19
infrastructure/certmanager/helmrelease.yaml
Normal file
19
infrastructure/certmanager/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
interval: 15m
|
||||||
|
releaseName: cert-manager
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: cert-manager
|
||||||
|
version: v1.20.0
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: cert-manager
|
||||||
|
namespace: flux-system
|
||||||
|
# values:
|
||||||
|
# keep minimal to start
|
||||||
|
# replicaCount: 1
|
||||||
5
infrastructure/certmanager/kustomization.yaml
Normal file
5
infrastructure/certmanager/kustomization.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- helmrelease.yaml
|
||||||
4
infrastructure/certmanager/namespace.yaml
Normal file
4
infrastructure/certmanager/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
1
infrastructure/certmanager/values.yaml
Normal file
1
infrastructure/certmanager/values.yaml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#yes
|
||||||
8
infrastructure/sources/jetstack.yaml
Normal file
8
infrastructure/sources/jetstack.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 12h
|
||||||
|
url: https://charts.jetstack.io
|
||||||
|
|
@ -5,3 +5,4 @@ resources:
|
||||||
- wikijs.yaml
|
- wikijs.yaml
|
||||||
- bitwarden.yaml
|
- bitwarden.yaml
|
||||||
- eso.yaml
|
- eso.yaml
|
||||||
|
- jetstatck.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue