Compare commits

..

No commits in common. "e48917613d237d36c1cc0ae053750e24ee203d8d" and "498f300d935fa476ef08bbe9088a7acd1de1a9b5" have entirely different histories.

7 changed files with 0 additions and 66 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
*nocommit

View File

@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-app-cert-manager
namespace: argocd
spec:
destination:
name: ''
namespace: default
server: https://kubernetes.default.svc
source:
path: cert-manager
repoURL: https://git.mziesel.nl/mans/argocd-test
targetRevision: HEAD
sources: []
project: default
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -8,4 +8,3 @@ resources:
- ./base/metallb-application.yaml - ./base/metallb-application.yaml
- ./base/traefik-application.yaml - ./base/traefik-application.yaml
- ./base/ip-mziesel-nl-application.yaml - ./base/ip-mziesel-nl-application.yaml
- ./base/cert-manager.yaml

View File

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager

View File

@ -1,30 +0,0 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: mziesel-root-ca-issuer
spec:
selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: mziesel-ca
spec:
isCA: true
commonName: mziesel-ca
secretName: mziesel-root-secret
privateKey:
algorithm: ECDSA
size: 256
issuerRef:
name: mziesel-root-ca-issuer
kind: ClusterIssuer
group: cert-manager.io
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: mziesel-ca-issuer
spec:
ca:
secretName: mziesel-root-secret

View File

@ -1,9 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./base/cert-manager-namespace.yaml
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml
- ./base/mziesel-ca.yaml

View File

@ -9,4 +9,3 @@ spec:
services: services:
- name: ip-mziesel-nl - name: ip-mziesel-nl
port: web port: web
tls: {}