mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-09-05 22:27:15 +00:00
14 lines
225 B
YAML
14 lines
225 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: shared-api
|
|
namespace: app
|
|
spec:
|
|
hostnames:
|
|
- app.example.com
|
|
rules:
|
|
- backendRefs:
|
|
- name: api
|
|
namespace: shared
|
|
port: 8080
|