switch to lego

This commit is contained in:
2024-04-10 18:06:48 +02:00
parent 9dcc3ec673
commit 49b9be047a
4 changed files with 19 additions and 30 deletions

View File

@ -16,15 +16,12 @@ spec:
- dns01: - dns01:
webhook: webhook:
groupName: acme.steffenillium.de groupName: acme.steffenillium.de
solverName: ionos solverName: lego-solver
config: config:
apiUrl: https://api.hosting.ionos.com/dns/v1 provider: ionos
publicKeySecretRef: envFrom:
key: PREFIX secret:
name: ionos-secret name: ionos-secret
secretKeySecretRef:
key: SECRET
name: ionos-secret
--- ---
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: ClusterIssuer kind: ClusterIssuer
@ -44,12 +41,9 @@ spec:
- dns01: - dns01:
webhook: webhook:
groupName: acme.steffenillium.de groupName: acme.steffenillium.de
solverName: ionos solverName: lego-solver
config: config:
apiUrl: https://api.hosting.ionos.com/dns/v1 provider: ionos
publicKeySecretRef: envFrom:
key: PREFIX secret:
name: ionos-secret name: ionos-secret
secretKeySecretRef:
key: SECRET
name: ionos-secret

View File

@ -12,12 +12,12 @@ resources:
- namespace.yaml - namespace.yaml
helmCharts: helmCharts:
- name: cert-manager-webhook-ionos - name: cert-manager-lego-webhook
includeCRDs: false includeCRDs: false
version: 1.0.2 version: 1.0.1
releaseName: cert-manager-webhook-ionos releaseName: cert-manager-lego-webhook
repo: https://fabmade.github.io/cert-manager-webhook-ionos repo: https://yxwuxuanl.github.io/cert-manager-lego-webhook/
valuesFile: values-ionos.yaml valuesFile: values-lego.yaml
- name: cert-manager - name: cert-manager
includeCRDs: false includeCRDs: false
version: 1.14.4 version: 1.14.4

View File

@ -1,9 +0,0 @@
groupName: acme.steffenillium.de
certManager:
namespace: cert-manager
serviceAccountName: cert-manager-webhook-ionos
nameOverride: ""
fullnameOverride: ""

View File

@ -0,0 +1,4 @@
groupName: acme.steffenillium.de
certManager:
namespace: cert-manager