Skip to content

Commit

Permalink
fix ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Nov 21, 2024
1 parent 619e1cb commit d027214
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kustomize/sd3/frontend/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ patchesStrategicMerge:
spec:
rules:
- host: test.status.otc-service.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: sd3-frontend
port:
number: 80
tls:
- hosts:
- test.status.otc-service.com
secretName: sd3-front-cert-test

0 comments on commit d027214

Please sign in to comment.