blob: 215f07918e681c3d06cdafb06d239665a96cc904 [file] [log] [blame]
# Copyright 2020-present Open Networking Foundation
#
# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.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
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