Skip to content

Commit

Permalink
added sample settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis-codefresh committed Mar 11, 2022
1 parent a836148 commit 56bb155
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions envs/integration-gpu/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ components:
patchesStrategicMerge:
- deployment.yml
- version.yml
- settings.yml

21 changes: 21 additions & 0 deletions envs/integration-gpu/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: simple-deployment
spec:
template:
spec:
containers:
- name: webserver-simple
env:
- name: UI_THEME
value: "dark"
- name: CACHE_SIZE
value: "1024kb"
- name: PAGE_LIMIT
value: "25"
- name: SORTING
value: "ascending"
- name: N_BUCKETS
value: "42"

0 comments on commit 56bb155

Please sign in to comment.