This commit is contained in:
2025-05-10 09:05:32 -05:00
parent 9f8dc8f8ed
commit 3a5a9838b2

View File

@@ -8,6 +8,9 @@ spec:
routes:
- match: Host(`octopus.durp.info`) && PathPrefix(`/`)
kind: Rule
middlewares:
- name: bouncer
namespace: traefik
services:
- name: infra-cluster
port: 443
@@ -15,7 +18,6 @@ spec:
secretName: octopus-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
@@ -30,7 +32,6 @@ spec:
- "octopus.durp.info"
---
kind: Service
apiVersion: v1
metadata: