2026-01-08 04:00:41 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
2026-01-08 21:44:22 +00:00
|
|
|
namespace: academia
|
2026-01-08 04:00:41 +00:00
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
- secrets.yaml
|
|
|
|
|
- configmap.yaml
|
|
|
|
|
- sqlserver.yaml
|
|
|
|
|
- api.yaml
|
|
|
|
|
- frontend.yaml
|
|
|
|
|
- ingress.yaml
|
2026-01-09 12:44:43 +00:00
|
|
|
- networkpolicy.yaml
|
2026-01-08 04:00:41 +00:00
|
|
|
|
2026-01-08 18:34:38 +00:00
|
|
|
labels:
|
|
|
|
|
- pairs:
|
2026-01-08 21:44:22 +00:00
|
|
|
app.kubernetes.io/name: academia
|
2026-01-08 18:34:38 +00:00
|
|
|
app.kubernetes.io/part-of: interrapidisimo
|
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
|
includeSelectors: false
|
2026-01-08 04:00:41 +00:00
|
|
|
|
|
|
|
|
# Dominio: https://academia.ingeniumcodex.com
|
|
|
|
|
# TLS configurado con Traefik + Let's Encrypt
|