Gonzalo Gallardo 882c68debd Configure Docker images tags for SNMP
Configure a new repo/registry "docker.io/starlingx" for the images used by the SNMP app.

Story: 2008132
Task: 41526
Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>

Depends-On: https://review.opendev.org/769386
Change-Id: I6d99ba3f1dd3badb55871825153930e19ad790b8
2021-01-05 16:17:40 +00:00

50 lines
1.1 KiB
YAML
Executable File

# Default values for snmp.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: docker.io/starlingx/stx-snmp
tag: stx.5.0-v1.0.0
pullPolicy: IfNotPresent
subagent_name: sub-agent
repository_subagent: docker.io/starlingx/stx-fm-subagent
tag_subagent: stx.5.0-v1.0.0
pullPolicy_subagent: IfNotPresent
trap_subagent_name: trap-subagent
repository_trap_subagent: docker.io/starlingx/stx-fm-trap-subagent
tag_trap_subagent: stx.5.0-v1.0.0
pullPolicy_trap_subagent: IfNotPresent
debug: ''
nameOverride: ""
fullnameOverride: ""
configmap:
name_snmpd: snmpd-etc-config
name_fm: snmpd-fm
user_conf: '# User configuration'
connection: ''
deployment:
master_agent_host: localhost
service:
name: snmpd-service
type: NodePort
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 1
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 1