Merge pull request #31 from philips-forks/eks1

helm update
This commit is contained in:
Yasar 2023-03-21 14:33:47 +05:30 committed by GitHub
commit 14496c6285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ spec:
name: hsd-oauth-proxy-env-cm
- secretRef:
name: hsd-oauth-proxy-externalsecret
env:
{{- range $k, $v := .Values.envVariables }}
- name: {{ $k | quote }}
value: {{ $v | quote }}

View File

@ -65,6 +65,8 @@ tolerations: []
affinity: {}
secretStoreBasePath: "" #set the aws parameter store base path mentioned in terraform-api-gateway eg: "/<<cluster_id>>/<<module_name>>/<<namespace>>"
envVariables:
#Input variables with default values
OAUTH2_PROXY_HTTP_ADDRESS: "0.0.0.0:8080" #Any change in port number needs to be updated in service port