fix(meshcentral): default to HTTP for service (#4197)

* fix(meshcentral): default to HTTP for service

* rename
This commit is contained in:
Stavros Kois
2022-10-26 13:33:27 +03:00
committed by GitHub
parent 7610f5ee80
commit c0b0ffcd74
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.90"
version: 5.0.6
version: 5.0.7
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@@ -0,0 +1,5 @@
service:
main:
ports:
main:
protocol: HTTPS

View File

@@ -942,8 +942,8 @@ service:
main:
ports:
main:
# - Set this to HTTP if certs are served by a proxy
protocol: HTTPS
# Only use HTTPS if meshcental handles the certs
protocol: HTTP
port: 10205
# mps:
# enabled: true