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

ozg-6747 cleanup

parent 84e49ad0
No related branches found
No related tags found
No related merge requests found
http:
server:
port: 8083
port: 8082
grpc:
server:
mock: false
......
......@@ -66,7 +66,6 @@ func LoadConfig(configFilePath ...string) Config {
if env == "" {
env = defaultEnv
}
fmt.Printf("APP_ENV: %v\n", env)
fp := fmt.Sprintf("config/config-%s.yml", env)
......
......@@ -59,7 +59,7 @@ spec:
containers:
- env:
- name: GRPC_SERVER_PORT
value: "{{ ((.Values.grpc).server).port }}"
value: "9090"
- name: APP_ENV
value: "production"
{{- with include "app.getCustomList" . }}
......
......@@ -30,7 +30,3 @@ image:
repo: docker.ozg-sh.de
name: antragraum-proxy
tag: latest # [default: latest]
\ No newline at end of file
grpc:
server:
port: 9090
\ No newline at end of file
......@@ -75,14 +75,3 @@ tests:
content:
name: APP_ENV
value: "production"
\ No newline at end of file
- it: check set envs
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