mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
9f8dc8f8ed
commit
3a5a9838b2
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue