| # Copyright 2020-present Open Networking Foundation |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| images: |
| tags: |
| init: docker.io/omecproject/pod-init:1.0.0 |
| dbtestapp: "docker.io/osmanonf/dbtestapp:0.0.1-dev" |
| pullPolicy: IfNotPresent |
| # Optionally specify an array of imagePullSecrets. |
| # Secrets must be manually created in the namespace. |
| pullSecrets: |
| - name: aether.registry |
| |
| mongodb: |
| deploy: true |
| fullnameOverride: mongodb |
| persistence: |
| enabled: false |
| auth: |
| enabled: false |
| serviceAccount: |
| create: false |
| |
| resources: |
| enabled: false |
| dbtestapp: |
| requests: |
| cpu: 1 |
| memory: 1Gi |
| limits: |
| cpu: 1 |
| memory: 1Gi |
| |
| config: |
| coreDump: |
| enabled: false |
| path: /tmp/coredump |
| dbtestapp: |
| deploy: true |
| replica: 1 |