This commit is contained in:
DeveloperDurp 2026-03-28 12:13:07 -05:00
parent e47f51426a
commit 224450c70c
2 changed files with 8 additions and 32 deletions

View file

@ -112,6 +112,10 @@ spec:
port: 9768
protocol: TCP
targetPort: 9768
- name: smokeping
port: 81
protocol: TCP
targetPort: 81
---
@ -168,6 +172,9 @@ subsets:
- name: s3
port: 9768
protocol: TCP
- name: smokeping
port: 81
protocol: TCP
---

View file

@ -1,32 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: smokeping
spec:
ports:
- name: app
port: 81
protocol: TCP
targetPort: 81
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: smokeping
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 81
protocol: TCP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
@ -43,13 +14,12 @@ spec:
namespace: traefik
kind: Rule
services:
- name: smokeping
- name: unraid
port: 81
tls:
secretName: smokeping-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
@ -64,7 +34,6 @@ spec:
- "smokeping.durp.info"
---
kind: Service
apiVersion: v1
metadata: