Gopinath Taget | 9d61cb8 | 2018-06-22 17:03:43 -0700 | [diff] [blame] | 1 | --- |
Zack Williams | 618ab86 | 2018-08-03 10:12:54 -0700 | [diff] [blame] | 2 | # Copyright 2018-present Open Networking Foundation |
Gopinath Taget | 9d61cb8 | 2018-06-22 17:03:43 -0700 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
Zack Williams | 618ab86 | 2018-08-03 10:12:54 -0700 | [diff] [blame] | 16 | # Values file to implement a docker registry using the cord-cephfs StorageClass |
| 17 | |
| 18 | service: |
| 19 | type: NodePort |
| 20 | nodePort: 30500 |
| 21 | |
| 22 | persistence: |
| 23 | enabled: true |
| 24 | storageClass: "cord-cephfs" |
| 25 | accessMode: ReadWriteMany |
| 26 | |
| 27 | replicaCount: 2 |
| 28 | |
| 29 | resources: |
| 30 | limits: |
| 31 | cpu: 100m |
| 32 | memory: 100Mi |
Gopinath Taget | 9d61cb8 | 2018-06-22 17:03:43 -0700 | [diff] [blame] | 33 | |