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
5cd048b6
Commit
5cd048b6
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fixed invalid character
parent
6090e810
No related branches found
Branches containing commit
No related tags found
1 merge request
!1747
Development
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/production-values.yaml
+4
-4
4 additions, 4 deletions
.gitlab/production-values.yaml
chart/templates/deployment.yaml
+4
-4
4 additions, 4 deletions
chart/templates/deployment.yaml
with
8 additions
and
8 deletions
.gitlab/production-values.yaml
+
4
−
4
View file @
5cd048b6
...
...
@@ -19,22 +19,22 @@ deploymentApiVersion: apps/v1
resources
:
requests
:
limits
:
resources
-p
hpfpm
:
resources
P
hpfpm
:
requests
:
cpu
:
500m
memory
:
500M
limits
:
resources
-n
ginx
:
resources
N
ginx
:
requests
:
cpu
:
100m
memory
:
100M
limits
:
resources
-r
edis
:
resources
R
edis
:
requests
:
cpu
:
100m
memory
:
1Gi
limits
:
resources
-f
etcher
:
resources
F
etcher
:
requests
:
cpu
:
500m
memory
:
100M
...
...
This diff is collapsed.
Click to expand it.
chart/templates/deployment.yaml
+
4
−
4
View file @
5cd048b6
...
...
@@ -139,7 +139,7 @@ spec:
subPath
:
adBlacklistDomains.txt
readOnly
:
true
resources
:
{{
toYaml .Values.resources
-p
hpfpm | indent 10
}}
{{
toYaml .Values.resources
P
hpfpm | indent 10
}}
# Nginx Container
-
name
:
{{
.Chart.Name
}}
-nginx
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
...
...
@@ -185,7 +185,7 @@ spec:
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
resources
:
{{
toYaml .Values.resources
-n
ginx | indent 10
}}
{{
toYaml .Values.resources
N
ginx | indent 10
}}
# Redis Container
-
name
:
{{
.Chart.Name
}}
-redis
image
:
"
redis:5.0.3-alpine"
...
...
@@ -204,7 +204,7 @@ spec:
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
resources
:
{{
toYaml .Values.resources
-r
edis | indent 10
}}
{{
toYaml .Values.resources
R
edis | indent 10
}}
# Fetcher Container
-
name
:
{{
.Chart.Name
}}
-fetcher
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
...
...
@@ -231,5 +231,5 @@ spec:
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
resources
:
{{
toYaml .Values.resources
-f
etcher | indent 10
}}
{{
toYaml .Values.resources
F
etcher | indent 10
}}
{{
- end -
}}
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