f it, this works
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
dfaf780995
commit
ac77a59260
2 changed files with 7 additions and 12 deletions
|
@ -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"}]
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: external-dns-paperless-ngx
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: 80
|
|
Loading…
Add table
Reference in a new issue