feat: add ingress
This commit is contained in:
parent
75911f6185
commit
f752683462
@ -65,7 +65,24 @@ authentication:
|
|||||||
namespace: freeleaps-monitoring-system
|
namespace: freeleaps-monitoring-system
|
||||||
interval: 30s
|
interval: 30s
|
||||||
scrapeTimeout: ''
|
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:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: authentication
|
appName: authentication
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user