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"
|
||||
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
|
||||
|
||||
5
charts/incubator/meshcentral/ci/ci-values.yaml
Normal file
5
charts/incubator/meshcentral/ci/ci-values.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTPS
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user