Add gateway ingress, namespace in kustomization
This commit is contained in:
16
deploy/overlays/development/services/gateway/ingress.yaml
Normal file
16
deploy/overlays/development/services/gateway/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: gateway
|
||||
namespace: cloud-services
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`gateway.mini.cloud.fiskerinc.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: gateway
|
||||
port: 8077
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
Reference in New Issue
Block a user