- Metrics service toegevoegd
- Applicatie services starten op, behalve eveai_chat_client - Connectiviteit naar admin / eveai_app niet functioneel
This commit is contained in:
19
k8s/dev/metrics-server-patch.yaml
Normal file
19
k8s/dev/metrics-server-patch.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Metrics Server Patch for Kind Compatibility
|
||||
# File: metrics-server-patch.yaml
|
||||
# Purpose: Patch the metrics-server deployment with Kind-specific configuration
|
||||
# and appropriate resource limits for development environment
|
||||
#
|
||||
# This is a strategic merge patch that will be applied using:
|
||||
# kubectl patch deployment metrics-server -n kube-system --patch-file=<this-file>
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: metrics-server
|
||||
args:
|
||||
- --cert-dir=/tmp
|
||||
- --secure-port=10250
|
||||
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
|
||||
- --kubelet-use-node-status-port
|
||||
- --metric-resolution=15s
|
||||
- --kubelet-insecure-tls
|
||||
Reference in New Issue
Block a user