
The daemonset of ptp-notification was configured with explicit resource requests. The ptp-notification application is configured to run on dedicated platform cores and was improperly causing them to count against the overall k8s not resources. Removing the explicit resource configuration will correct this. It is not required for the normal operation of this application. Closes-Bug: 1927971 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: If7414052c70b55947d05b5a46d32eaa003ea56eb
77 lines
1.6 KiB
YAML
77 lines
1.6 KiB
YAML
#
|
|
# Copyright (c) 2021 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Default values for notification services.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
# global vars for parent and subcharts.
|
|
# registration.endpoint.host: registration.{namespace}.svc.{cluster-domain}
|
|
|
|
replicaCount: 1
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
global:
|
|
namespace: notification
|
|
|
|
registration:
|
|
imagePullSecrets: default-registry-key
|
|
image:
|
|
repository: rabbitmq
|
|
tag: 3.8.11-management
|
|
pullPolicy: IfNotPresent
|
|
endpoint:
|
|
host: "registration.notification.svc.cluster.local"
|
|
port: 5672
|
|
user: admin
|
|
pass: admin
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: ptp-registration
|
|
operator: In
|
|
values:
|
|
- "true"
|
|
|
|
notification:
|
|
image:
|
|
repository: rabbitmq
|
|
tag: 3.8.11-management
|
|
endpoint:
|
|
port: 5672
|
|
user: admin
|
|
pass: admin
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: ptp-notification
|
|
operator: In
|
|
values:
|
|
- "true"
|
|
|
|
location:
|
|
image:
|
|
repository: starlingx/locationservice-base
|
|
tag: stx.5.0-v1.0.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
ptptracking:
|
|
imagePullSecrets: default-registry-key
|
|
image:
|
|
repository: starlingx/notificationservice-base
|
|
tag: stx.5.0-v1.0.4
|
|
pullPolicy: IfNotPresent
|
|
device:
|
|
simulated: false
|
|
holdover_seconds: 15
|
|
poll_freq_seconds: 2
|