blob: 215f07918e681c3d06cdafb06d239665a96cc904 [file] [log] [blame]
Osman Amjadca078812021-12-15 14:31:54 -06001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
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
15resources:
16 enabled: false
17 dbtestapp:
18 requests:
19 cpu: 1
20 memory: 1Gi
21 limits:
22 cpu: 1
23 memory: 1Gi
24
25config:
26 coreDump:
27 enabled: false
28 path: /tmp/coredump
29 dbtestapp:
30 deploy: true
31 replica: 1