Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
75ddde6d
Commit
75ddde6d
authored
Feb 05, 2020
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some values seem to not get overwritten in custom values file
parent
dfe64944
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
.gitlab/development-values.yaml
.gitlab/development-values.yaml
+0
-3
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
.gitlab-ci.yml
View file @
75ddde6d
...
...
@@ -146,6 +146,7 @@ development:
-
development
kubernetes
:
active
variables
:
HELM_UPGRADE_EXTRA_ARGS
:
--set service.commonName= --set service.additionalHosts[0]=www.metager3.de
HELM_UPGRADE_VALUES_FILE
:
.gitlab/development-values.yaml
ROLLOUT_RESOURCE_TYPE
:
deployment
environment
:
...
...
.gitlab/development-values.yaml
View file @
75ddde6d
service
:
externalPort
:
80
internalPort
:
80
additionalHosts
:
-
www.metager3.de
commonName
:
"
null"
ingress
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
...
...
chart/values.yaml
View file @
75ddde6d
...
...
@@ -61,7 +61,7 @@ readinessProbe:
scheme
:
"
HTTP"
probeType
:
"
httpGet"
postgresql
:
enabled
:
tru
e
enabled
:
fals
e
managed
:
false
managedClassSelector
:
# matchLabels:
...
...
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