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