add manifests to archive

This commit is contained in:
Kjeld Schouten
2024-05-29 20:18:21 +02:00
parent d762cc29e8
commit 8d1dbb91dd
38 changed files with 4804 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- op: add
path: /spec/template/spec/containers/0/args/-
value:
--dns01-recursive-nameservers=1.1.1.1:53,8.8.8.8:53

View File

@ -0,0 +1,16 @@
---
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
resources:
- https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
patches:
- path: patch.yaml
target:
kind: Deployment
name: cert-manager
patchesJson6902:
- path: jsonpatch.yaml
target:
kind: Deployment
name: cert-manager

View File

@ -0,0 +1,13 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cert-manager
spec:
template:
spec:
containers:
- name: cert-manager-controller
ports:
- containerPort: 9402
name: http
protocol: TCP

View File

@ -0,0 +1,16 @@
---
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
resources:
- https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
patches:
- path: patch.yaml
target:
kind: Deployment
name: cert-manager
patchesJson6902:
- path: jsonpatch.yaml
target:
kind: Deployment
name: cert-manager