Skip to content

Commit

Permalink
orchestrator mysql-monit resources
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaUtesinov committed Jan 16, 2024
1 parent 1f32577 commit a45d435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/orchestrator/orchestrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ func sidecarContainers(cr *apiv1alpha1.PerconaServerMySQL) []corev1.Container {
TerminationMessagePath: "/dev/termination-log",
TerminationMessagePolicy: corev1.TerminationMessageReadFile,
SecurityContext: cr.Spec.Orchestrator.ContainerSecurityContext,
Resources: cr.Spec.Orchestrator.Resources,
},
}
}
Expand Down

0 comments on commit a45d435

Please sign in to comment.