@@ -402,6 +402,53 @@ spec:
402402 type : object
403403 x-kubernetes-preserve-unknown-fields : true
404404 type : object
405+ prometheus :
406+ description : Prometheus configurations.
407+ properties :
408+ metricsPath :
409+ description : Indicates path to the metrics endpoint.
410+ pattern : ^\/[a-z0-9]+$
411+ type : string
412+ passwordSecretRef :
413+ description : Name of a Secret containing a HTTP Basic Auth Password.
414+ properties :
415+ key :
416+ description : Key is the key in the secret storing this password.
417+ Defaults to "password"
418+ type : string
419+ name :
420+ description : Name is the name of the secret storing this user's
421+ password
422+ type : string
423+ required :
424+ - name
425+ type : object
426+ port :
427+ description : Port where metrics endpoint will bind to. Defaults
428+ to 9216.
429+ type : integer
430+ tlsSecretKeyRef :
431+ description : Name of a Secret (type kubernetes.io/tls) holding
432+ the certificates to use in the Prometheus endpoint.
433+ properties :
434+ key :
435+ description : Key is the key in the secret storing this password.
436+ Defaults to "password"
437+ type : string
438+ name :
439+ description : Name is the name of the secret storing this user's
440+ password
441+ type : string
442+ required :
443+ - name
444+ type : object
445+ username :
446+ description : HTTP Basic Auth Username for metrics endpoint.
447+ type : string
448+ required :
449+ - passwordSecretRef
450+ - username
451+ type : object
405452 security :
406453 properties :
407454 authentication :
@@ -2089,6 +2136,10 @@ spec:
20892136 store configs used for backup.
20902137 items :
20912138 properties :
2139+ customCertificate :
2140+ description : Set this to "true" when you have custom certificates
2141+ for your S3 buckets
2142+ type : boolean
20922143 irsaEnabled :
20932144 description : ' This is only set to "true" when user is running
20942145 in EKS and is using AWS IRSA to configure S3 snapshot
@@ -2136,6 +2187,10 @@ spec:
21362187 s3Stores :
21372188 items :
21382189 properties :
2190+ customCertificate :
2191+ description : Set this to "true" when you have custom certificates
2192+ for your S3 buckets
2193+ type : boolean
21392194 irsaEnabled :
21402195 description : ' This is only set to "true" when user is running
21412196 in EKS and is using AWS IRSA to configure S3 snapshot
0 commit comments