feat: Update k8s ingress configuration

- Change host to diwii.sortifal.dev
- Remove HTTPS/TLS configuration (handled upstream)
- Simplify ingress rules for HTTP-only routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexis Bruneteau 2025-10-22 01:29:54 +02:00
parent af378e0d0e
commit 35614903d6

View File

@ -6,11 +6,10 @@ metadata:
annotations: annotations:
nginx.ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/ssl-redirect: "false"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: sqdc-dashboard.local - host: diwii.sortifal.dev
http: http:
paths: paths:
- path: / - path: /
@ -20,8 +19,3 @@ spec:
name: sqdc-dashboard-service name: sqdc-dashboard-service
port: port:
number: 80 number: 80
# Uncomment for HTTPS
# tls:
# - hosts:
# - sqdc-dashboard.local
# secretName: sqdc-dashboard-tls