Delete directory 'headlamp'

This commit is contained in:
2026-06-22 04:59:04 +00:00
parent 585ffff506
commit 9b8b826701
3 changed files with 0 additions and 43 deletions
-17
View File
@@ -1,17 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headlamp-ingress
namespace: kube-system
spec:
rules:
- host: headlamp.cruzcloud.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: headlamp
port:
number: 80
-7
View File
@@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/kubernetes-sigs/headlamp/main/kubernetes-headlamp.yaml
- ingress.yaml
patches:
- path: patch-resources.yaml
-19
View File
@@ -1,19 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: headlamp
namespace: kube-system
spec:
replicas: 2 # Forzamos 2 réplicas para Alta Disponibilidad
template:
spec:
containers:
- name: headlamp
# El equipo Cloud define cuánto puede consumir la app
resources:
requests:
cpu: "50m"
memory: "64Mi"
limits:
cpu: "250m"
memory: "256Mi"