This commit is contained in:
2023-12-07 18:31:20 -06:00
parent 770e4d8ad5
commit 634e17a502

View File

@@ -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
--- ---