add app init files
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: gateway-ingress
|
||||
namespace: epcare
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`epcare.signalytic.lan`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: gateway
|
||||
port: 80
|
||||
tls: {}
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: databasus-ingress
|
||||
namespace: epcare
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`epcare-databasus.signalytic.lan`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: databasus
|
||||
port: 4005
|
||||
tls: {}
|
||||
Reference in New Issue
Block a user