mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
alertmanager: name alertmanager container statically within pods
This commit is contained in:
parent
5c8c36b370
commit
2a7b332e66
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ func makeStatefulSetSpec(a *v1alpha1.Alertmanager) v1beta1.StatefulSetSpec {
|
|||
Containers: []v1.Container{
|
||||
{
|
||||
Command: commands,
|
||||
Name: a.Name,
|
||||
Name: "alertmanager",
|
||||
Image: image,
|
||||
Ports: []v1.ContainerPort{
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue