blob: 7e1af5a3f4e14e729eb1adf6323cf5df8c544b86 [file] [log] [blame]
Osman Amjadca078812021-12-15 14:31:54 -06001# Copyright 2020-present Open Networking Foundation
2#
Ajay Lotan Thakur03189d22022-02-10 14:06:03 -06003# SPDX-License-Identifier: Apache-2.0
Osman Amjadca078812021-12-15 14:31:54 -06004
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
Osman Amjad96a39772022-01-13 09:31:09 -06008 dbtestapp: "docker.io/osmanonf/dbtestapp:0.0.1-dev"
Osman Amjadca078812021-12-15 14:31:54 -06009 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
badhri8578248252022-01-24 17:36:46 -060015mongodb:
16 deploy: true
17 fullnameOverride: mongodb
18 persistence:
19 enabled: false
20 auth:
21 enabled: false
22 serviceAccount:
23 create: false
24
Osman Amjadca078812021-12-15 14:31:54 -060025resources:
26 enabled: false
27 dbtestapp:
28 requests:
29 cpu: 1
30 memory: 1Gi
31 limits:
32 cpu: 1
33 memory: 1Gi
34
35config:
36 coreDump:
37 enabled: false
38 path: /tmp/coredump
39 dbtestapp:
40 deploy: true
badhri8578248252022-01-24 17:36:46 -060041 replica: 1