Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add misc #1542

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ spec:
containers:
- resources:
requests:
memory: 2100Mi
cpu: 4
memory: 8Gi
env:
- name: MEMORY
value: 2048m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,40 @@ spec:
# -- IPv4 CIDR mask size to delegate to individual nodes for IPAM.
clusterPoolIPv4MaskSize: 24
hubble:
enabled: false # disable for now
enabled: true
metrics:
enabled:
- dns:query;ignoreAAAA
- drop
- tcp
- flow
- icmp
- http
- port-distribution
- httpV2:exemplars=true;labelsContext=source_ip
- source_namespace
- source_workload
- destination_ip
- destination_namespace
- destination_workload
- traffic_direction
enableOpenMetrics: true
serviceMonitor:
enabled: true
labels:
release: prometheus
tls:
enabled: true
auto:
enabled: true
method: certmanager
# [Example]
certManagerIssuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: ca-issuer
relay:
enabled: false
operator:
prometheus:
enabled: true
Expand Down