mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
9d5ffd8a8a
commit
749974197e
1 changed files with 4 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 7282
|
port: 11000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 7282
|
targetPort: 11000
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ subsets:
|
||||||
- ip: 192.168.21.200
|
- ip: 192.168.21.200
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 7282
|
port: 11000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
- name: nextcloud-secure-headers
|
- name: nextcloud-secure-headers
|
||||||
services:
|
services:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
port: 7282
|
port: 11000
|
||||||
scheme: https
|
scheme: https
|
||||||
tls:
|
tls:
|
||||||
secretName: nextcloud-tls
|
secretName: nextcloud-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue