Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a8da3be5
Commit
a8da3be5
authored
Feb 04, 2020
by
Dominik Hebeler
Browse files
fixed a tyoi
parent
fe4c816b
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.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
Supports
Markdown
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