blob: b6001161423a7f52ab4ac6fe30d9ed4162814f1e [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
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
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