New alert system and panel de control page
This commit is contained in:
@@ -3,14 +3,18 @@ apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: bakery-ia-local
|
||||
nodes:
|
||||
- role: control-plane
|
||||
# Increase resource limits for the Kind node to handle multiple services
|
||||
kubeadmConfigPatches:
|
||||
- |
|
||||
kind: InitConfiguration
|
||||
nodeRegistration:
|
||||
kubeletExtraArgs:
|
||||
node-labels: "ingress-ready=true"
|
||||
# Increase max pods for development environment
|
||||
max-pods: "200"
|
||||
- |
|
||||
kind: ClusterConfiguration
|
||||
# Increase API server memory and other parameters for local dev
|
||||
apiServer:
|
||||
extraArgs:
|
||||
encryption-provider-config: /etc/kubernetes/enc/encryption-config.yaml
|
||||
@@ -20,10 +24,12 @@ nodes:
|
||||
mountPath: /etc/kubernetes/enc
|
||||
readOnly: true
|
||||
pathType: DirectoryOrCreate
|
||||
# Mount encryption keys for secure development
|
||||
extraMounts:
|
||||
- hostPath: ./infrastructure/kubernetes/encryption
|
||||
containerPath: /etc/kubernetes/enc
|
||||
readOnly: true
|
||||
# Port mappings for local access
|
||||
extraPortMappings:
|
||||
# HTTP ingress
|
||||
- containerPort: 30080
|
||||
|
||||
Reference in New Issue
Block a user