Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
MetaGer
Commits
1081d72d
Commit
1081d72d
authored
5 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch '930-disable-hpa-for-review-apps' into 'development'
Resolve "Disable HPA for review Apps" Closes
#930
See merge request
!1501
parents
b61daa6f
af52d0f0
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1502
Development
,
!1501
Resolve "Disable HPA for review Apps"
Changes
2
Pipelines
1
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-apps-values.yaml
+13
-0
13 additions, 0 deletions
.gitlab/review-apps-values.yaml
with
14 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
1081d72d
...
...
@@ -103,7 +103,7 @@ prepare_composer:
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
except
:
refs
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/review-apps-values.yaml
0 → 100644
+
13
−
0
View file @
1081d72d
---
hpa
:
enabled
:
false
ingress
:
annotations
:
kubernetes.io/tls-acme
:
"
false"
nginx.ingress.kubernetes.io/ssl-redirect
:
"
false"
tls
:
enabled
:
false
service
:
commonName
:
"
"
externalPort
:
80
internalPort
:
80
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