switch to lego
This commit is contained in:
parent
9dcc3ec673
commit
49b9be047a
@ -16,15 +16,12 @@ spec:
|
||||
- dns01:
|
||||
webhook:
|
||||
groupName: acme.steffenillium.de
|
||||
solverName: ionos
|
||||
solverName: lego-solver
|
||||
config:
|
||||
apiUrl: https://api.hosting.ionos.com/dns/v1
|
||||
publicKeySecretRef:
|
||||
key: PREFIX
|
||||
name: ionos-secret
|
||||
secretKeySecretRef:
|
||||
key: SECRET
|
||||
name: ionos-secret
|
||||
provider: ionos
|
||||
envFrom:
|
||||
secret:
|
||||
name: ionos-secret
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
@ -44,12 +41,9 @@ spec:
|
||||
- dns01:
|
||||
webhook:
|
||||
groupName: acme.steffenillium.de
|
||||
solverName: ionos
|
||||
solverName: lego-solver
|
||||
config:
|
||||
apiUrl: https://api.hosting.ionos.com/dns/v1
|
||||
publicKeySecretRef:
|
||||
key: PREFIX
|
||||
name: ionos-secret
|
||||
secretKeySecretRef:
|
||||
key: SECRET
|
||||
name: ionos-secret
|
||||
provider: ionos
|
||||
envFrom:
|
||||
secret:
|
||||
name: ionos-secret
|
@ -12,12 +12,12 @@ resources:
|
||||
- namespace.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: cert-manager-webhook-ionos
|
||||
- name: cert-manager-lego-webhook
|
||||
includeCRDs: false
|
||||
version: 1.0.2
|
||||
releaseName: cert-manager-webhook-ionos
|
||||
repo: https://fabmade.github.io/cert-manager-webhook-ionos
|
||||
valuesFile: values-ionos.yaml
|
||||
version: 1.0.1
|
||||
releaseName: cert-manager-lego-webhook
|
||||
repo: https://yxwuxuanl.github.io/cert-manager-lego-webhook/
|
||||
valuesFile: values-lego.yaml
|
||||
- name: cert-manager
|
||||
includeCRDs: false
|
||||
version: 1.14.4
|
||||
|
@ -1,9 +0,0 @@
|
||||
groupName: acme.steffenillium.de
|
||||
|
||||
certManager:
|
||||
namespace: cert-manager
|
||||
serviceAccountName: cert-manager-webhook-ionos
|
||||
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
4
infrastructure/07-certmanager/values-lego.yaml
Normal file
4
infrastructure/07-certmanager/values-lego.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
groupName: acme.steffenillium.de
|
||||
|
||||
certManager:
|
||||
namespace: cert-manager
|
Loading…
x
Reference in New Issue
Block a user