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
a8da3be5
Commit
a8da3be5
authored
Feb 04, 2020
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a tyoi
parent
fe4c816b
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
chart/templates/ingress-redirects.yaml
chart/templates/ingress-redirects.yaml
+1
-1
No files found.
.gitlab-ci.yml
View file @
a8da3be5
...
...
@@ -147,7 +147,6 @@ development:
kubernetes
:
active
variables
:
HELM_UPGRADE_VALUES_FILE
:
.gitlab/development-values.yaml
HELM_UPGRADE_EXTRA_ARGS
:
--set service.externalPort=80 --set service.internalPort=80 --set service.commonName= --set ingress.annotations.certmanager\.k8s\.io/cluster-issuer=letsencrypt-prod
ROLLOUT_RESOURCE_TYPE
:
deployment
environment
:
name
:
development
...
...
chart/templates/ingress-redirects.yaml
View file @
a8da3be5
...
...
@@ -21,7 +21,7 @@ spec:
secretName
:
{{
.Values.ingress.tls.secretName | default (printf "%s-redirects-tls" (include "fullname" .))
}}
{{
- end
}}
rules
:
{{
- range $host
:
= .Values.service.
additional
Hosts
}}
{{
- range $host
:
= .Values.service.
redirect
Hosts
}}
-
host
:
{{
$host
}}
http
:
paths
:
...
...
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