Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-k8s
Commits
bd284661
Verified
Commit
bd284661
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 10-celery-pods-are-listed-as-service-endpoint
parents
9c6a3f7e
4c5ecc9b
No related branches found
No related tags found
1 merge request
!14
Resolve "Celery pods are listed as service endpoint"
Pipeline
#47558
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/deployment.yaml
+2
-0
2 additions, 0 deletions
templates/deployment.yaml
with
2 additions
and
0 deletions
templates/deployment.yaml
+
2
−
0
View file @
bd284661
...
@@ -196,6 +196,7 @@ spec:
...
@@ -196,6 +196,7 @@ spec:
{{
- if not .Values.autoscaling.enabled
}}
{{
- if not .Values.autoscaling.enabled
}}
replicas
:
{{
.Values.replicaCount.celery
}}
replicas
:
{{
.Values.replicaCount.celery
}}
{{
- end
}}
{{
- end
}}
revisionHistoryLimit
:
0
selector
:
selector
:
matchLabels
:
matchLabels
:
{{
- include "aleksis.selectorLabels" . | nindent 6
}}
{{
- include "aleksis.selectorLabels" . | nindent 6
}}
...
@@ -324,6 +325,7 @@ metadata:
...
@@ -324,6 +325,7 @@ metadata:
app
:
{{
template "aleksis.fullname" .
}}
-beat
app
:
{{
template "aleksis.fullname" .
}}
-beat
release
:
{{
.Release.Name
}}
release
:
{{
.Release.Name
}}
spec
:
spec
:
revisionHistoryLimit
:
0
replicas
:
1
replicas
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
...
...
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