Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/operator/bundle/community-openshift/manifests/loki-operator-manager-confi...

68 lines
1.8 KiB

apiVersion: v1
data:
controller_manager_config.yaml: |
apiVersion: config.loki.grafana.com/v1
kind: ProjectConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 127.0.0.1:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: loki-operator.grafana.com
featureGates:
#
# Monitoring feature gates
#
serviceMonitors: true
serviceMonitorTlsEndpoints: true
lokiStackAlerts: true
#
# Encryption feature gates
#
httpEncryption: true
grpcEncryption: true
builtInCertManagement:
enabled: true
# CA certificate validity: 5 years
caValidity: 43830h
# CA certificate refresh at 80% of validity
caRefresh: 35064h
# Target certificate validity: 90d
certValidity: 2160h
# Target certificate refresh at 80% of validity
certRefresh: 1728h
#
# Component feature gates
#
lokiStackGateway: true
restrictedPodSecurityStandard: true
defaultNodeAffinity: true
#
# Webhook feature gates
#
lokiStackWebhook: true
alertingRuleWebhook: true
recordingRuleWebhook: true
rulerConfigWebhook: true
#
# OpenShift feature gates
#
openshift:
enabled: true
servingCertsService: true
ruleExtendedValidation: true
clusterTLSPolicy: true
clusterProxy: true
dashboards: true
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/instance: loki-operator-v0.7.1
app.kubernetes.io/managed-by: operator-lifecycle-manager
app.kubernetes.io/name: loki-operator
app.kubernetes.io/part-of: loki-operator
app.kubernetes.io/version: 0.7.1
name: loki-operator-manager-config