f it, this works

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2025-03-11 17:16:44 +00:00
parent dfaf780995
commit ac77a59260
2 changed files with 7 additions and 12 deletions

View file

@ -53,7 +53,10 @@ helmCharts:
patches: patches:
- path: svc.yaml - target:
target: kind: Service
kind: Service name: paperless-ngx
name: paperless-ngx patch: |-
- op: replace
path: /spec/ports
value: [{"name":"http","port":80,"targetPort":"http","protocol":"TCP"}]

View file

@ -1,8 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: external-dns-paperless-ngx
spec:
ports:
- name: http
port: 80