Updated via MCP
This commit is contained in:
@@ -1,24 +1,2 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
# Ingress removed - traffic now managed by nginx-weighted TraefikService
|
||||||
kind: Ingress
|
# See apps/nginx-weighted for the weighted canary configuration
|
||||||
metadata:
|
|
||||||
name: nginx-mcp
|
|
||||||
namespace: nginx-mcp
|
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-http
|
|
||||||
spec:
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- nginx.thedevops.dev
|
|
||||||
secretName: nginx-mcp-tls
|
|
||||||
rules:
|
|
||||||
- host: nginx.thedevops.dev
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: nginx-mcp
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
|
|||||||
Reference in New Issue
Block a user