diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml index c628df3a715beded87a6b57838b7b6404f830cc6..34121e043ef3434aea3e59a5d8e9b55aab06c194 100644 --- a/manifests/e2e_orchestratorservice.yaml +++ b/manifests/e2e_orchestratorservice.yaml @@ -23,9 +23,6 @@ spec: replicas: 1 template: metadata: - annotations: - config.linkerd.io/skip-outbound-ports: "8761" - config.linkerd.io/skip-inbound-ports: "8761" labels: app: e2e-orchestratorservice spec: @@ -37,10 +34,9 @@ spec: ports: - containerPort: 10050 - containerPort: 9192 - - containerPort: 8762 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10050"] @@ -72,6 +68,3 @@ spec: - name: metrics port: 9192 targetPort: 9192 - - name: ws - port: 8762 - targetPort: 8762 diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml index bc1882e22e2ea28326835e43531584a7290312a3..5133af5cee9de4b7dc6bad0068fbf01b1b30be27 100644 --- a/manifests/nbiservice.yaml +++ b/manifests/nbiservice.yaml @@ -39,7 +39,7 @@ spec: #- containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" - name: FLASK_ENV value: "production" # change to "development" if developing - name: IETF_NETWORK_RENDERER diff --git a/manifests/opticalcontrollerservice.yaml b/manifests/opticalcontrollerservice.yaml index 341af782ae25940bc31608f1c9375c35ff970487..d537076fe21ee0074118f09c07c0ff7df99f77d4 100644 --- a/manifests/opticalcontrollerservice.yaml +++ b/manifests/opticalcontrollerservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" #readinessProbe: # exec: # command: ["/bin/grpc_health_probe", "-addr=:10060"] diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml index 72c3015b31844f7bd38e47f7be2ed2691db59adb..aa94e4269daae85872573d2dc32a5d56da89673b 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] diff --git a/manifests/vnt_managerservice.yaml b/manifests/vnt_managerservice.yaml index 6f82a341ce618cff07bb5c3ed0166a6294d79cf0..3c73bd58d57ac60543d35728b4bd9151934115f1 100644 --- a/manifests/vnt_managerservice.yaml +++ b/manifests/vnt_managerservice.yaml @@ -23,9 +23,6 @@ spec: replicas: 1 template: metadata: - annotations: - config.linkerd.io/skip-outbound-ports: "8765" - config.linkerd.io/skip-inbound-ports: "8765" labels: app: vnt-managerservice spec: @@ -39,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" envFrom: - secretRef: name: kfk-kpi-data