fix(meshcentral): default to HTTP for service (#4197)
* fix(meshcentral): default to HTTP for service * rename
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: meshcentral
|
name: meshcentral
|
||||||
appVersion: "1.0.90"
|
appVersion: "1.0.90"
|
||||||
version: 5.0.6
|
version: 5.0.7
|
||||||
description: MeshCentral is a full computer management web site
|
description: MeshCentral is a full computer management web site
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: HTTPS
|
||||||
@@ -942,8 +942,8 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
# - Set this to HTTP if certs are served by a proxy
|
# Only use HTTPS if meshcental handles the certs
|
||||||
protocol: HTTPS
|
protocol: HTTP
|
||||||
port: 10205
|
port: 10205
|
||||||
# mps:
|
# mps:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user