chore: remove nginx app

This commit is contained in:
Claude AI
2026-03-01 19:44:53 +00:00
parent cdf0652879
commit cbcfb25930

View File

@@ -1,20 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nginx
namespace: nginx
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
spec:
ingressClassName: traefik
rules:
- host: nginx.thedevops.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 9545