File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 41
41
tls :
42
42
certResolver : default
43
43
---
44
- apiVersion : traefik.io/v1alpha1
45
- kind : IngressRoute
46
- metadata :
47
- name : proxy-openai.ki.fh-swf.de
48
- namespace : openai-proxy
49
- spec :
50
- entryPoints :
51
- - web-secure
52
- routes :
53
- - kind : Rule
54
- match : Host(`openai.ki.fh-swf.de`) && PathPrefix(`/api`)
55
- priority : 100
56
- services :
57
- - kind : Service
58
- name : proxy
59
- namespace : openai-proxy
60
- port : 3000
61
- middlewares :
62
- - name : api-stripprefix
63
- tls :
64
- certResolver : default
65
- ---
66
44
apiVersion : networking.k8s.io/v1
67
45
kind : Ingress
68
46
metadata :
@@ -71,7 +49,7 @@ metadata:
71
49
traefik.ingress.kubernetes.io/router.priority : " 100"
72
50
traefik.ingress.kubernetes.io/router.entrypoints : websecure
73
51
traefik.ingress.kubernetes.io/router.tls.certresolver : letsencrypt
74
- traefik.ingress.kubernetes.io/router.middlewares : api-stripprefix
52
+ traefik.ingress.kubernetes.io/router.middlewares : api-stripprefix@kubernetescrd
75
53
name : openai.ki.fh-swf.de-backend
76
54
namespace : openai-proxy
77
55
spec :
You can’t perform that action at this time.
0 commit comments