Merge pull request #700 from 3dwardch3ng/app/cert-manager
add app cert manager
This commit is contained in:
8
infrastructures/cert-manager/base/kustomization.yaml
Normal file
8
infrastructures/cert-manager/base/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
helmCharts:
|
||||||
|
- name: cert-manager
|
||||||
|
repo: https://charts.jetstack.io
|
||||||
|
version: v1.15.1
|
||||||
|
releaseName: cert-manager
|
||||||
|
valuesFile: values.yaml
|
||||||
4
infrastructures/cert-manager/base/values.yaml
Normal file
4
infrastructures/cert-manager/base/values.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
global:
|
||||||
|
priorityClassName: system-cluster-critical
|
||||||
|
namespace: cert-manager
|
||||||
|
installCRDs: true
|
||||||
12
infrastructures/cert-manager/env/k3s-cluster/config.json
vendored
Normal file
12
infrastructures/cert-manager/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"appName": "cert-manager",
|
||||||
|
"userGivenName": "cert-manager",
|
||||||
|
"namespace": "cert-manager",
|
||||||
|
"destNamespace": "cert-manager",
|
||||||
|
"destServer": "https://kubernetes.default.svc",
|
||||||
|
"srcPath": "infrastructures/cert-manager/env/k3s-cluster",
|
||||||
|
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||||
|
"srcTargetRevision": "",
|
||||||
|
"labels": null,
|
||||||
|
"annotations": null
|
||||||
|
}
|
||||||
4
infrastructures/cert-manager/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/cert-manager/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../base
|
||||||
Reference in New Issue
Block a user