Skip to content

Commit 1596f74

Browse files
author
OpenShift Bot
authored
Merge pull request #13901 from bparees/git_capacity
Merged by openshift-bot
2 parents 87d6cb8 + f6a5f23 commit 1596f74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/gitserver/gitserver-persistent.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ items:
1212
labels:
1313
app: git
1414
spec:
15-
strategy:
15+
strategy:
1616
type: Recreate
1717
replicas: 1 # the git server is not HA and should not be scaled past 1
1818
selector:
@@ -81,9 +81,9 @@ items:
8181
- name: GENERATE_ARTIFACTS
8282
value: "true"
8383

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
8787
# will be created. Valid values are: "", docker, source
8888
- name: BUILD_STRATEGY
8989
value: ""
@@ -217,4 +217,4 @@ items:
217217
- ReadWriteOnce
218218
resources:
219219
requests:
220-
storage: 1G
220+
storage: 1Gi

0 commit comments

Comments
 (0)