mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-13 08:02:35 +02:00
Update Ingress
This commit is contained in:
parent
720f52642e
commit
2afdf303bd
1 changed files with 5 additions and 2 deletions
|
@ -114,9 +114,12 @@ spec:
|
|||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: uptime-kuma-service
|
||||
servicePort: 3001
|
||||
service:
|
||||
name: uptime-service
|
||||
port:
|
||||
number: 3001
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: <Your certificate>
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Reference in a new issue