feat: add ingress

This commit is contained in:
icecheng 2025-11-03 10:22:26 +08:00
parent 75911f6185
commit f752683462

View File

@ -65,7 +65,24 @@ authentication:
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ''
ingresses: {}
ingresses:
- name: authentication-ingress
host: authentication.freeleaps.com
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
name: authentication-service
port:
number: 8004
tls:
exists: false
issuerRef:
name: freeleaps-dot-com
kind: ClusterIssuer
name: authentication.freeleaps.com-cert
configs:
tz: UTC
appName: authentication