Skip to content

Commit

Permalink
fix edition
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Jun 10, 2022
1 parent a4f43f2 commit 0648a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/04-seeder-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
value: standard
image: openproject/community:12
name: seeder
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/05-web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
value: standard
image: openproject/community:12
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/05-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: RAILS_MIN_THREADS
value: "4"
- name: OPENPROJECT_EDITION
value: classic
value: standard
image: openproject/community:12
name: worker
resources: {}
Expand Down

0 comments on commit 0648a8a

Please sign in to comment.