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
261c106d79
commit
32b9aa4dfb
1 changed files with 5 additions and 5 deletions
|
|
@ -5,9 +5,9 @@ metadata:
|
|||
spec:
|
||||
ports:
|
||||
- name: app
|
||||
port: 443
|
||||
port: 10443
|
||||
protocol: TCP
|
||||
targetPort: 443
|
||||
targetPort: 10443
|
||||
clusterIP: None
|
||||
type: ClusterIP
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ subsets:
|
|||
- ip: 192.168.20.1
|
||||
ports:
|
||||
- name: app
|
||||
port: 443
|
||||
port: 10443
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
|
|
@ -44,7 +44,7 @@ spec:
|
|||
kind: Rule
|
||||
services:
|
||||
- name: pfsense
|
||||
port: 443
|
||||
port: 10443
|
||||
scheme: https
|
||||
tls:
|
||||
secretName: pfsense-tls
|
||||
|
|
@ -62,4 +62,4 @@ spec:
|
|||
kind: ClusterIssuer
|
||||
commonName: "pfsense.internal.durp.info"
|
||||
dnsNames:
|
||||
- "pfsense.internal.durp.info"
|
||||
- "pfsense.internal.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue