Skip to content

Commit

Permalink
Merge pull request #1542 from GiganticMinecraft/modify_conf
Browse files Browse the repository at this point in the history
add misc
  • Loading branch information
outductor authored Dec 17, 2023
2 parents 419e82a + cf028c2 commit 27f6808
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 27f6808

Please sign in to comment.