diff --git a/.gitignore b/.gitignore index 2516a3d..a32f7d4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /.vs apiserver.local.config +charts +_test diff --git a/deploy/sthome-webhook/Chart.yaml b/deploy/sthome-webhook/Chart.yaml index 54495a0..eb2c2c2 100644 --- a/deploy/sthome-webhook/Chart.yaml +++ b/deploy/sthome-webhook/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.0" -description: A Helm chart for Kubernetes +appVersion: "v0.0.1" +description: Cert-Manager webhook for sthome name: sthome-webhook -version: 0.1.0 +version: 0.0.1 diff --git a/deploy/sthome-webhook/values.yaml b/deploy/sthome-webhook/values.yaml index 6ecab29..828f89a 100644 --- a/deploy/sthome-webhook/values.yaml +++ b/deploy/sthome-webhook/values.yaml @@ -1,6 +1,6 @@ # The GroupName here is used to identify your company or business unit that # created this webhook. -# For sthome, this may be "acme.sthome.net". +# For sthome, this may be "webhook.acme.cert-manager.io". # This name will need to be referenced in each Issuer's `webhook` stanza to # inform cert-manager of where to send ChallengePayload resources in order to # solve the DNS01 challenge. @@ -13,13 +13,23 @@ certManager: serviceAccountName: cert-manager image: - repository: sthome/webhook-image + repository: sthome/cert-manager-webhook-sthome tag: latest pullPolicy: IfNotPresent + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" +pki: + caDuration: 43800h # 5y + servingCertificateDuration: 8760h # 1y + +secret: + accessKey: "" + secretKey: "" + name: sthome-webhook-secret + service: type: ClusterIP port: 443 @@ -41,3 +51,4 @@ nodeSelector: {} tolerations: [] affinity: {} + \ No newline at end of file