mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
770e4d8ad5
commit
634e17a502
1 changed files with 16 additions and 16 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
apiVersion: traefik.containo.us/v1alpha1
|
#apiVersion: traefik.containo.us/v1alpha1
|
||||||
kind: IngressRoute
|
#kind: IngressRoute
|
||||||
metadata:
|
#metadata:
|
||||||
annotations:
|
# annotations:
|
||||||
name: gitea-ingress
|
# name: gitea-ingress
|
||||||
spec:
|
#spec:
|
||||||
entryPoints:
|
# entryPoints:
|
||||||
- websecure
|
# - websecure
|
||||||
routes:
|
# routes:
|
||||||
- match: Host(`gitea.durp.info`) && PathPrefix(`/`)
|
# - match: Host(`gitea.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
# kind: Rule
|
||||||
services:
|
# services:
|
||||||
- name: gitea-http
|
# - name: gitea-http
|
||||||
port: 3000
|
# port: 3000
|
||||||
tls:
|
# tls:
|
||||||
secretName: gitea-tls
|
# secretName: gitea-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue