Skip to content

Commit

Permalink
add misc
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 17, 2023
1 parent 419e82a commit cf028c2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
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

0 comments on commit cf028c2

Please sign in to comment.