fix(manifests): change cluster domain
This commit is contained in:
parent
32b6a20b22
commit
d2b104e22d
@ -2657,15 +2657,15 @@ prometheusOperator:
|
|||||||
|
|
||||||
# Use certmanager to generate webhook certs
|
# Use certmanager to generate webhook certs
|
||||||
certManager:
|
certManager:
|
||||||
enabled: false
|
enabled: true
|
||||||
# self-signed root certificate
|
# self-signed root certificate
|
||||||
rootCert:
|
rootCert:
|
||||||
duration: "" # default to be 5y
|
duration: "" # default to be 5y
|
||||||
admissionCert:
|
admissionCert:
|
||||||
duration: "" # default to be 1y
|
duration: "" # default to be 1y
|
||||||
# issuerRef:
|
issuerRef:
|
||||||
# name: "issuer"
|
name: "mathmast-dot-com"
|
||||||
# kind: "ClusterIssuer"
|
kind: "ClusterIssuer"
|
||||||
|
|
||||||
## Namespaces to scope the interaction of the Prometheus Operator and the apiserver (allow list).
|
## Namespaces to scope the interaction of the Prometheus Operator and the apiserver (allow list).
|
||||||
## This is mutually exclusive with denyNamespaces. Setting this to an empty object will disable the configuration
|
## This is mutually exclusive with denyNamespaces. Setting this to an empty object will disable the configuration
|
||||||
@ -2690,7 +2690,7 @@ prometheusOperator:
|
|||||||
## Without this specified option cluster.peer will have value alertmanager-monitoring-alertmanager-0.alertmanager-operated:9094 (default value)
|
## Without this specified option cluster.peer will have value alertmanager-monitoring-alertmanager-0.alertmanager-operated:9094 (default value)
|
||||||
## With this specified option cluster.peer will have value alertmanager-monitoring-alertmanager-0.alertmanager-operated.namespace.svc.cluster-domain:9094
|
## With this specified option cluster.peer will have value alertmanager-monitoring-alertmanager-0.alertmanager-operated.namespace.svc.cluster-domain:9094
|
||||||
##
|
##
|
||||||
# clusterDomain: "cluster.local"
|
clusterDomain: "freeleaps.cluster"
|
||||||
|
|
||||||
networkPolicy:
|
networkPolicy:
|
||||||
## Enable creation of NetworkPolicy resources.
|
## Enable creation of NetworkPolicy resources.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user