Skip to content

Commit

Permalink
fix git server capacity to 1gi
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Apr 26, 2017
1 parent 2cc5580 commit f6a5f23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/gitserver/gitserver-persistent.yaml
Expand Up @@ -12,7 +12,7 @@ items:
labels:
app: git
spec:
strategy:
strategy:
type: Recreate
replicas: 1 # the git server is not HA and should not be scaled past 1
selector:
Expand Down Expand Up @@ -81,9 +81,9 @@ items:
- name: GENERATE_ARTIFACTS
value: "true"

# The strategy to use when creating build artifacts from a repository.
# With the default empty value, a Docker build will be generated if
# a Dockerfile is present in the repository. Otherwise, a source build
# The strategy to use when creating build artifacts from a repository.
# With the default empty value, a Docker build will be generated if
# a Dockerfile is present in the repository. Otherwise, a source build
# will be created. Valid values are: "", docker, source
- name: BUILD_STRATEGY
value: ""
Expand Down Expand Up @@ -217,4 +217,4 @@ items:
- ReadWriteOnce
resources:
requests:
storage: 1G
storage: 1Gi

0 comments on commit f6a5f23

Please sign in to comment.