Skip to content

Commit

Permalink
Merge pull request #4952 from VadimDobryninFlant/add-priorityClass
Browse files Browse the repository at this point in the history
[FLANT] add priorityClass
  • Loading branch information
alexey-igrychev committed Sep 20, 2022
2 parents 0b10dca + 19053b8 commit 619b494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.helm/templates/10-app.yaml
Expand Up @@ -23,6 +23,7 @@ spec:
spec:
imagePullSecrets:
- name: github-werfio
priorityClassName: {{ pluck .Values.werf.env .Values.priorityClassName | first | default .Values.priorityClassName._default }}
containers:
- name: web
command: ["nginx", "-g", "daemon off;"]
Expand Down
3 changes: 3 additions & 0 deletions docs/.helm/values.yaml
@@ -1,3 +1,6 @@
priorityClassName:
_default: develop
production: production-medium
host:
production: werf.io
dev: werf.dev.flant.com
Expand Down

0 comments on commit 619b494

Please sign in to comment.