update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user