Compare commits
No commits in common. "e48917613d237d36c1cc0ae053750e24ee203d8d" and "498f300d935fa476ef08bbe9088a7acd1de1a9b5" have entirely different histories.
e48917613d
...
498f300d93
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
*nocommit
|
@ -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
|
@ -8,4 +8,3 @@ resources:
|
||||
- ./base/metallb-application.yaml
|
||||
- ./base/traefik-application.yaml
|
||||
- ./base/ip-mziesel-nl-application.yaml
|
||||
- ./base/cert-manager.yaml
|
||||
|
@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
@ -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
|
@ -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
|
@ -9,4 +9,3 @@ spec:
|
||||
services:
|
||||
- name: ip-mziesel-nl
|
||||
port: web
|
||||
tls: {}
|
||||
|
Loading…
Reference in New Issue
Block a user