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

OZG-6747 remove env grpc server port

parent c58e520c
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,6 @@ spec: ...@@ -58,8 +58,6 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: {{ .Release.Name }}
containers: containers:
- env: - env:
- name: GRPC_SERVER_PORT
value: "9090"
- name: APP_ENV - name: APP_ENV
value: "production" value: "production"
{{- with include "app.getCustomList" . }} {{- with include "app.getCustomList" . }}
......
...@@ -9,7 +9,3 @@ ozgcloud: ...@@ -9,7 +9,3 @@ ozgcloud:
bezeichner: antragraum-proxy bezeichner: antragraum-proxy
baseUrl: antragraum-proxy.dev.de baseUrl: antragraum-proxy.dev.de
grpc:
server:
port: 9090
\ No newline at end of file
...@@ -30,9 +30,7 @@ templates: ...@@ -30,9 +30,7 @@ templates:
- templates/deployment.yaml - templates/deployment.yaml
set: set:
imagePullSecret: image-pull-secret imagePullSecret: image-pull-secret
grpc:
server:
port: 9090
tests: tests:
- it: check metadata.labels - it: check metadata.labels
asserts: asserts:
......
...@@ -65,11 +65,6 @@ tests: ...@@ -65,11 +65,6 @@ tests:
- it: check envs default values - it: check envs default values
asserts: asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: GRPC_SERVER_PORT
value: "9090"
- contains: - contains:
path: spec.template.spec.containers[0].env path: spec.template.spec.containers[0].env
content: content:
......
...@@ -28,10 +28,7 @@ release: ...@@ -28,10 +28,7 @@ release:
namespace: sh-helm-test namespace: sh-helm-test
templates: templates:
- templates/deployment.yaml - templates/deployment.yaml
set:
grpc:
server:
port: 9090
tests: tests:
- it: should use correct imagePull secret - it: should use correct imagePull secret
set: set:
......
...@@ -29,9 +29,7 @@ templates: ...@@ -29,9 +29,7 @@ templates:
- templates/deployment.yaml - templates/deployment.yaml
set: set:
imagePullSecret: image-pull-secret imagePullSecret: image-pull-secret
grpc:
server:
port: 9090
tests: tests:
- it: should generate resources when values set - it: should generate resources when values set
......
...@@ -29,9 +29,6 @@ templates: ...@@ -29,9 +29,6 @@ templates:
- templates/deployment.yaml - templates/deployment.yaml
set: set:
imagePullSecret: image-pull-secret imagePullSecret: image-pull-secret
grpc:
server:
port: 9090
tests: tests:
- it: should have metadata values - it: should have metadata values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment