and port 80 while you're at it

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-15 20:09:48 +01:00
parent 0f7c5ce90a
commit c235fb4323
1 changed files with 4 additions and 2 deletions

View File

@ -9,9 +9,11 @@ patches:
- op: replace
path: /spec/type
value: LoadBalancer
- op: remove
path: /spec/ports
- op: replace
path: /spec/ports[0]
value: {"name":"http","port":80,"targetPort":"http","protocol":"TCP"}
path: /spec/ports
value: [{"name":"http","port":80,"targetPort":"http","protocol":"TCP"}]
resources:
- 0alertmanagerConfigCustomResourceDefinition.yaml