File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
labels :
13
13
app : git
14
14
spec :
15
- strategy :
15
+ strategy :
16
16
type : Recreate
17
17
replicas : 1 # the git server is not HA and should not be scaled past 1
18
18
selector :
81
81
- name : GENERATE_ARTIFACTS
82
82
value : " true"
83
83
84
- # The strategy to use when creating build artifacts from a repository.
85
- # With the default empty value, a Docker build will be generated if
86
- # a Dockerfile is present in the repository. Otherwise, a source build
84
+ # The strategy to use when creating build artifacts from a repository.
85
+ # With the default empty value, a Docker build will be generated if
86
+ # a Dockerfile is present in the repository. Otherwise, a source build
87
87
# will be created. Valid values are: "", docker, source
88
88
- name : BUILD_STRATEGY
89
89
value : " "
@@ -217,4 +217,4 @@ items:
217
217
- ReadWriteOnce
218
218
resources :
219
219
requests :
220
- storage : 1G
220
+ storage : 1Gi
You can’t perform that action at this time.
0 commit comments