Osman Amjad | ca07881 | 2021-12-15 14:31:54 -0600 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | images: |
| 6 | tags: |
| 7 | init: docker.io/omecproject/pod-init:1.0.0 |
| 8 | dbtestapp: "dbtestapp:osman1" |
| 9 | pullPolicy: IfNotPresent |
| 10 | # Optionally specify an array of imagePullSecrets. |
| 11 | # Secrets must be manually created in the namespace. |
| 12 | pullSecrets: |
| 13 | - name: aether.registry |
| 14 | |
| 15 | resources: |
| 16 | enabled: false |
| 17 | dbtestapp: |
| 18 | requests: |
| 19 | cpu: 1 |
| 20 | memory: 1Gi |
| 21 | limits: |
| 22 | cpu: 1 |
| 23 | memory: 1Gi |
| 24 | |
| 25 | config: |
| 26 | coreDump: |
| 27 | enabled: false |
| 28 | path: /tmp/coredump |
| 29 | dbtestapp: |
| 30 | deploy: true |
| 31 | replica: 1 |