mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-14 00:22:34 +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:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
serviceName: uptime-kuma-service
|
service:
|
||||||
servicePort: 3001
|
name: uptime-service
|
||||||
|
port:
|
||||||
|
number: 3001
|
||||||
path: /
|
path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- secretName: <Your certificate>
|
- secretName: <Your certificate>
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue