# # Copyright 2021-2025 Software Radio Systems Limited # # By using this file, you agree to the terms and conditions set # forth in the LICENSE file which can be found at the top level of # the distribution. # replicaCount: 1 image: repository: softwareradiosystems/linuxptp pullPolicy: IfNotPresent tag: v4.4_1.2.0 imagePullSecrets: - name: regcred nameOverride: "linuxptp-chart" fullnameOverride: "linuxptp-chart" configmap: linuxptpConfig: { nameOverride: "" } phc2sysEntrypoint: { nameOverride: "" } ts2phcEntrypoint: { nameOverride: "" } ts2phc: { nameOverride: "" } ts2phcLeapfile: { nameOverride: "" } serviceAccount: create: true annotations: {} name: "srsadmin-gnb" podAnnotations: {} podSecurityContext: {} securityContext: capabilities: add: ["SYS_NICE", "NET_ADMIN"] privileged: true # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 resources: {} # limits: # cpu: 1 # memory: 500Mi # requests: # cpu: 1 # memory: 500Mi nodeSelector: {} # kubernetes.io/hostname: node1 tolerations: - effect: NoSchedule operator: Exists - key: CriticalAddonsOnly operator: Exists - effect: NoExecute operator: Exists affinity: {} # semicolon separated list for LLS-C1 for ptp4l # interfaceNameList: "ens3f0np0;ens3f1np1" interfaceNameList: "ens3f1np1" startupProbe: enabled: true failureThreshold: 30 periodSeconds: 10 livenessProbe: enabled: true initialDelaySeconds: 5 periodSeconds: 5 readinessProbe: enabled: true initialDelaySeconds: 5 periodSeconds: 5 # Enable to sync PHC time to NTP time # before running PTP service ntp: enabled: false server: "pool.ntp.org" config: dataset_comparison: "G.8275.x" G.8275.defaultDS.localPriority: "128" maxStepsRemoved: "255" logAnnounceInterval: "-3" logSyncInterval: "-4" logMinDelayReqInterval: "-4" serverOnly: "0" G.8275.portDS.localPriority: "128" ptp_dst_mac: "01:80:C2:00:00:0E" network_transport: "L2" domainNumber: "24" ts2phc: enabled: false use_syslog: 0 verbose: 1 logging_level: 7 ts2phc_pulsewidth: 100000000 # For GNSS module ts2phc_nmea_serialport: /dev/gnss0 ts2phc_extts_polarity: rising