Argo kustomization for future and clusterissuer for letsencrypt

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-10-27 18:46:53 +02:00
parent ce7be08553
commit b3d961ce9e
3 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
spec:
acme:
email: m@rtyn.berlin
preferredChain: ""
privateKeySecretRef:
name: letsencrypt-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: nginx

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/cluster-install

View File

@ -9,8 +9,8 @@ spec:
server: https://kubernetes.default.svc
project: infra
source:
path: manifests/cluster-install
repoURL: https://github.com/argoproj/argo-cd
path: apps-kustomized/argocd
repoURL: https://git.martyn.berlin/martyn/infra4talos
targetRevision: HEAD
syncPolicy:
automated: