Skip to content

Commit

Permalink
Fix some of the ingresses
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Feb 29, 2024
1 parent 4482335 commit 8bcc6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ metadata:
name: profile
spec:
virtualhost:
fqdn: profile.apps.thelab.ms
fqdn: profile.thelab.ms
rateLimitPolicy:
local:
requests: 50
unit: second
burst: 50
tls:
secretName: apps-wildcard-cert
secretName: wildcard-cert
routes:
- conditions:
- prefix: /
Expand Down
2 changes: 1 addition & 1 deletion manifests/wikijs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ metadata:
name: wikijs
spec:
virtualhost:
fqdn: wikijs.apps.thelab.ms
fqdn: wiki.apps.thelab.ms
rateLimitPolicy:
local:
requests: 50
Expand Down
11 changes: 0 additions & 11 deletions patches/contour-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,3 @@ spec:
value: "please"
operator: "Equal"
effect: "NoSchedule"
containers:
- name: envoy
ports:
- containerPort: 8080
hostPort: 0
name: http
protocol: TCP
- containerPort: 8443
hostPort: 0
name: https
protocol: TCP

0 comments on commit 8bcc6e9

Please sign in to comment.