Removed aether-roc-websocket
Change-Id: Id3147d0bdf204a014feb41cd5705aef1f5dd44fe
diff --git a/aether-enterprise-portal/Chart.yaml b/aether-enterprise-portal/Chart.yaml
index ffb8576..7126aad 100644
--- a/aether-enterprise-portal/Chart.yaml
+++ b/aether-enterprise-portal/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether Enterprise Portal
kubeVersion: ">=1.15.0"
type: application
-version: 0.1.1
+version: 0.1.2
appVersion: 0.1.1
keywords:
- aether
diff --git a/aether-enterprise-portal/templates/configmap.yaml b/aether-enterprise-portal/templates/configmap.yaml
index aa59c25..133fbd8 100644
--- a/aether-enterprise-portal/templates/configmap.yaml
+++ b/aether-enterprise-portal/templates/configmap.yaml
@@ -16,14 +16,6 @@
listen {{.Values.Nginx.port}};
ssl_certificate /usr/share/certs/aether-enterprise-portal.crt;
ssl_certificate_key /usr/share/certs/aether-enterprise-portal.key;
- {{- if .Values.websocket.proxyEnabled }}
- location /ws {
- proxy_pass {{ .Values.websocket.protocol }}://{{ .Values.websocket.service }}:{{ .Values.websocket.port }}/ws;
- proxy_http_version 1.1;
- proxy_set_header Upgrade $http_upgrade;
- proxy_set_header Connection "Upgrade";
- proxy_set_header Host $host;
- }{{end}}
{{- if .Values.grafana.proxyEnabled }}
location /grafana/ {
proxy_pass {{ .Values.grafana.protocol }}://{{ .Values.grafana.service }}:{{ .Values.grafana.port }}/;
diff --git a/aether-enterprise-portal/values.yaml b/aether-enterprise-portal/values.yaml
index 845be6e..a30e578 100644
--- a/aether-enterprise-portal/values.yaml
+++ b/aether-enterprise-portal/values.yaml
@@ -76,12 +76,6 @@
protocol: http
port: 8025
-websocket:
- proxyEnabled: false
- service: aether-roc-websocket
- protocol: http
- port: 80
-
grafana:
proxyEnabled: false
service: grafana