Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Auction
Commits
900eaeef
Commit
900eaeef
authored
Jul 30, 2020
by
vadym.tishchenko
Browse files
Add auction url to env vars
parent
01cdaefc
Changes
2
Hide whitespace changes
Inline
Side-by-side
helm/prozorro-sale-auction/templates/frontend-deployment.yaml
View file @
900eaeef
...
...
@@ -31,6 +31,8 @@ spec:
env
:
-
name
:
PROCEDURE_URL
value
:
{{
.Values.procedure_url
}}
-
name
:
AUCTION_URL
value
:
{{
.Values.auction_url
}}
volumeMounts
:
-
name
:
{{
include "prozorro-sale-auction.name" .
}}
-nginx-conf
mountPath
:
/etc/nginx/conf.d
...
...
helm/prozorro-sale-auction/values.yaml
View file @
900eaeef
...
...
@@ -34,6 +34,8 @@ frontend:
procedure_databridge
:
prozorro-sale-procedure-databridge
procedure_url
:
prozorro-sale-procedure
auction_url
:
prozorro-sale-auction
imagePullSecrets
:
[]
nameOverride
:
"
"
fullnameOverride
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment