Skip to content
Snippets Groups Projects
Commit d60ec6ad authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6730 set grpc server port fixed

parent 00990673
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ spec:
- name: GRPC_SERVER_MOCK
value: "{{ ((.Values.grpc).server).mock }}"
- name: GRPC_SERVER_PORT
value: "{{ ((.Values.grpc).server).port }}"
value: "9090"
{{- with include "app.getCustomList" . }}
{{ . | indent 10 }}
{{- end }}
......
......@@ -35,5 +35,4 @@ image:
grpc:
server:
port: 9090
mock: false
\ No newline at end of file
......@@ -30,9 +30,6 @@ set:
tests:
- it: check customList as list
set:
grpc:
server:
port: 9090
env.customList:
- name: my_test_environment_name
value: "A test value"
......@@ -51,9 +48,6 @@ tests:
value: "B test value"
- it: check customList as dict
set:
grpc:
server:
port: 9090
env.customList:
my_test_environment_name: "A test value"
test_environment: "B test value"
......@@ -98,15 +92,3 @@ tests:
content:
name: GRPC_SERVER_MOCK
value: "true"
\ No newline at end of file
- it: should set GRPC_SERVER_PORT
set:
grpc:
server:
port: 9091
asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: GRPC_SERVER_PORT
value: "9091"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment