blob: 4b08d4ffad9efed410efc660f98ffd2c8e726aa9 [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:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07006 repository: "" # default docker hub
Osman Amjadca078812021-12-15 14:31:54 -06007 tags:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07008 dbtestapp: "omecproject/dbtestapp:0.0.1-dev"
Osman Amjadca078812021-12-15 14:31:54 -06009 pullPolicy: IfNotPresent
Osman Amjadca078812021-12-15 14:31:54 -060010
badhri8578248252022-01-24 17:36:46 -060011mongodb:
12 deploy: true
13 fullnameOverride: mongodb
14 persistence:
15 enabled: false
16 auth:
17 enabled: false
18 serviceAccount:
19 create: false
20
Osman Amjadca078812021-12-15 14:31:54 -060021resources:
22 enabled: false
23 dbtestapp:
24 requests:
25 cpu: 1
26 memory: 1Gi
27 limits:
28 cpu: 1
29 memory: 1Gi
30
31config:
32 coreDump:
33 enabled: false
34 path: /tmp/coredump
35 dbtestapp:
36 deploy: true
Ajay Lotan Thakur87633d02022-09-14 14:18:44 -060037 serviceType: ClusterIP
badhri8578248252022-01-24 17:36:46 -060038 replica: 1
Ajay Lotan Thakur87633d02022-09-14 14:18:44 -060039 httpServer:
40 enable: true
41 port: 8000