and port 80 while you're at it
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
0f7c5ce90a
commit
c235fb4323
|
@ -9,9 +9,11 @@ patches:
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/type
|
path: /spec/type
|
||||||
value: LoadBalancer
|
value: LoadBalancer
|
||||||
|
- op: remove
|
||||||
|
path: /spec/ports
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/ports[0]
|
path: /spec/ports
|
||||||
value: {"name":"http","port":80,"targetPort":"http","protocol":"TCP"}
|
value: [{"name":"http","port":80,"targetPort":"http","protocol":"TCP"}]
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- 0alertmanagerConfigCustomResourceDefinition.yaml
|
- 0alertmanagerConfigCustomResourceDefinition.yaml
|
||||||
|
|
Loading…
Reference in New Issue