Skip to content

Commit

Permalink
Fix redundant ingress causing troubles
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Jul 14, 2022
1 parent 02c3c0d commit b549a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
63 changes: 0 additions & 63 deletions kubernetes/airwire.ingress.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions kubernetes/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
name: dashboard-webapp
port: 80
tls:
secretName: dashboard-tls-secret
certResolver: myresolver
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
Expand Down Expand Up @@ -60,4 +60,4 @@ spec:
name: dashboard-hasura
port: 8080
tls:
secretName: dashboard-tls-secret
certResolver: myresolver

0 comments on commit b549a2c

Please sign in to comment.