Skip to content

Commit

Permalink
Merge pull request #112 from metacpan/leo/smoking-more
Browse files Browse the repository at this point in the history
Mount the api container at /api on the web interface
  • Loading branch information
oalders committed Aug 12, 2024
2 parents 94c51be + 4a7651c commit a923fd3
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions apps/test-smoke/environments/prod/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,10 @@ spec:
name: testsmoke-web
port:
number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: testsmoke-api
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
spec:
ingressClassName: nginx
tls:
- hosts:
- testsmoke-api.do.metacpan.org
secretName: api-tls
rules:
- host: testsmoke-api.do.metacpan.org
http:
paths:
- pathType: Prefix
path: "/"
path: "/api"
backend:
service:
name: testsmoke-api
port:
number: 80

number: 80

0 comments on commit a923fd3

Please sign in to comment.