Update metrics-server/values.yaml
enable cluster cert manager
This commit is contained in:
@@ -208,7 +208,7 @@ tls:
|
|||||||
# - `existingSecret` : Reuse an existing secret. No new secret will be created
|
# - `existingSecret` : Reuse an existing secret. No new secret will be created
|
||||||
type: "cert-manager"
|
type: "cert-manager"
|
||||||
# Kubernetes cluster domain. Used to configure Subject Alt Names for the certificate
|
# Kubernetes cluster domain. Used to configure Subject Alt Names for the certificate
|
||||||
clusterDomain: cluster.local
|
clusterDomain: grxe.io
|
||||||
|
|
||||||
certManager:
|
certManager:
|
||||||
# Automatically add the cert-manager.io/inject-ca-from annotation to the APIService resource.
|
# Automatically add the cert-manager.io/inject-ca-from annotation to the APIService resource.
|
||||||
@@ -216,11 +216,11 @@ tls:
|
|||||||
addInjectorAnnotations: true
|
addInjectorAnnotations: true
|
||||||
existingIssuer:
|
existingIssuer:
|
||||||
# Use an existing cert-manager issuer
|
# Use an existing cert-manager issuer
|
||||||
enabled: false
|
enabled: true
|
||||||
# Kind of the existing cert-manager issuer
|
# Kind of the existing cert-manager issuer
|
||||||
kind: "Issuer"
|
kind: "ClusterIssuer"
|
||||||
# Name of the existing cert-manager issuer
|
# Name of the existing cert-manager issuer
|
||||||
name: "my-issuer"
|
name: "letsencrypt-prod"
|
||||||
# Set the requested duration (i.e. lifetime) of the Certificate.
|
# Set the requested duration (i.e. lifetime) of the Certificate.
|
||||||
# See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
|
# See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
|
||||||
duration: ""
|
duration: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user