Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
Proxy
Commits
aedff485
Commit
aedff485
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
updated values for review apps
parent
fe4765c4
No related branches found
No related tags found
1 merge request
!22
Resolve "Increase readability of Proxy URLs"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab/review-values.yaml
+12
-0
12 additions, 0 deletions
.gitlab/review-values.yaml
with
13 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
aedff485
...
...
@@ -80,7 +80,7 @@ build:
review
:
variables
:
HELM_UPGRADE_
EXTRA_ARGS
:
--set service.externalPort=80 --set service.internalPort=80 --set service.commonName= --set ingress.tls.enabled=false --set ingress.annotations.kubernetes\.io/tls-acme="false" --set ingress.annotations.nginx\.ingress\.kubernetes\.io/ssl-redirect="false"
HELM_UPGRADE_
VALUES_FILE
:
.gitlab/review-apps-values.yaml
ROLLOUT_RESOURCE_TYPE
:
deployment
production
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/review-values.yaml
0 → 100644
+
12
−
0
View file @
aedff485
service
:
externalPort
:
80
internalPort
:
80
commonName
:
"
"
ingress
:
tls
:
enabled
:
false
annotations
:
kubernetes.io/tls-acme
:
false
nginx.ingress.kubernetes.io/ssl-redirect
:
false
hpa
:
enabled
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment