mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 20:00:18 +08:00
fix(minio): Fix services and add ingress option for both services (#1911)
* fix(minio): Run app with the specified user always * use consoles port for web portal * map ports exactly * update ports to questions * add ingress option for console * update description * bump minor * make console (webui) service main, and create new service for the api(server) * update doc ports * revert minio uid/gid set * update probes towards api * use more defaults * try tpl * revert to hardcoded values
This commit is contained in:
@@ -131,8 +131,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| gaps | main | main | 8484 | TCP | |
|
||||
| lidarr | main | main | 8686 | TCP | |
|
||||
| readarr | main | main | 8787 | TCP | |
|
||||
| omada-controller | userportal | websecure | 8843 | HTTPS | Potential conflict with unifi |
|
||||
| unifi | guestportal | websecure | 8843 | HTTPS | Potential conflict with omada |
|
||||
| omada-controller | userportal | websecure | 8843 | HTTPS | Potential conflict with unifi |
|
||||
| unifi | guestportal | websecure | 8843 | HTTPS | Potential conflict with omada |
|
||||
| minisatip | main | main | 8875 | TCP | |
|
||||
| unifi | guestportal | web | 8880 | HTTP | |
|
||||
| resilio-sync | main | main | 8888 | TCP | |
|
||||
@@ -258,8 +258,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
||||
| zigbee2mqtt | main | main | 10103 | TCP | |
|
||||
| tt-rss | main | main | 10104 | TCP | |
|
||||
| collabora-online | main | main | 10105 | TCP | |
|
||||
| minio | main | main | 10106 | TCP | |
|
||||
| minio | console | console | 10107 | TCP | |
|
||||
| minio | api | api | 10106 | TCP | |
|
||||
| minio | main | main | 10107 | TCP | |
|
||||
| transmission | main | main | 10109 | TCP | |
|
||||
| anonaddy | main | main | 10110 | TCP | |
|
||||
| blog | main | main | 10111 | TCP | |
|
||||
|
||||
Reference in New Issue
Block a user