mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
ab36649642
commit
57ea463e19
1 changed files with 5 additions and 4 deletions
|
|
@ -52,10 +52,11 @@ metadata:
|
||||||
name: unraid
|
name: unraid
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- name: https
|
||||||
|
protocol: TCP
|
||||||
port: 443
|
port: 443
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
- name: app
|
- name: tdarr
|
||||||
port: 8267
|
port: 8267
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8267
|
targetPort: 8267
|
||||||
|
|
@ -70,9 +71,9 @@ subsets:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 192.168.21.200
|
- ip: 192.168.21.200
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: app
|
- name: tdarr
|
||||||
port: 8267
|
port: 8267
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue