diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml index 23008ff..edc6e6d 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml @@ -89,10 +89,6 @@ spec: volumeMounts: - name: scripts mountPath: /mnt - resources: - limits: - cpu: {{ .Values.resources.cpu }} - memory: {{ .Values.resources.memory }} - name: {{ .Chart.Name }}-ptptracking image: "{{ .Values.ptptracking.image.repository }}:{{ .Values.ptptracking.image.tag }}" imagePullPolicy: {{ .Values.ptptracking.image.pullPolicy }} @@ -153,10 +149,6 @@ spec: - name: conf mountPath: /ptp/ readOnly: true - resources: - limits: - cpu: {{ .Values.resources.cpu }} - memory: {{ .Values.resources.memory }} volumes: - name: scripts configMap: diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml index 093b2fc..b107f7f 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml @@ -16,10 +16,6 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" -resources: - cpu: 1 - memory: 2Gi - global: namespace: notification