feat(k8s): glance deployments
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: glance-prod
|
||||
namespace: glance
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`forust.xyz`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: glance-strupprefix
|
||||
services:
|
||||
- name: glance-service
|
||||
port: 8080
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: glance-local
|
||||
namespace: glance
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`glance.workstation.internal`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: glance-service
|
||||
port: 8080
|
||||
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: glance-dev
|
||||
namespace: glance
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`glance.gigaforust.internal`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: glance-service
|
||||
port: 8080
|
||||
Reference in New Issue
Block a user