feat(Apps): Simplify the Services GUI (#1290)
* standardise default serviceType * remove noteport default setting * completely yeet nodeport * remove some crap from targetPort * Simplify ports section * fix calibre * fix gitea * cleanup hyperionNG Fixes: #1288 * fix k8s gateway mistake * fix miniflux * fix nextcloud * nulserv and nzbhydra fixes * owncase fix * resilio fix * tdarrfix * unifi and valheim fixes
This commit is contained in:
@@ -89,7 +89,6 @@ probes:
|
||||
httpGet:
|
||||
path: /status.php
|
||||
port: 80
|
||||
targetPort: 80
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: "test.fakedomain.dns"
|
||||
@@ -108,7 +107,6 @@ probes:
|
||||
httpGet:
|
||||
path: /status.php
|
||||
port: 80
|
||||
targetPort: 80
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: "test.fakedomain.dns"
|
||||
@@ -127,7 +125,6 @@ probes:
|
||||
httpGet:
|
||||
path: /status.php
|
||||
port: 80
|
||||
targetPort: 80
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: "test.fakedomain.dns"
|
||||
|
||||
Reference in New Issue
Block a user