Add signage service ingress manifests
This commit is contained in:
32
apps/fc-dms/fc-dms.yaml
Normal file
32
apps/fc-dms/fc-dms.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# FlowerCore DMS — TLS + Ingress
|
||||
# Deployment and Service managed by deploy script (not ArgoCD)
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: dms-web-tls
|
||||
namespace: fc-dms
|
||||
spec:
|
||||
secretName: dms-web-tls
|
||||
issuerRef:
|
||||
name: step-ca-acme
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- dms.iamworkin.lan
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: dms-web
|
||||
namespace: fc-dms
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`dms.iamworkin.lan`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: dms-web
|
||||
port: 80
|
||||
tls:
|
||||
secretName: dms-web-tls
|
||||
32
apps/fc-presentations/fc-presentations.yaml
Normal file
32
apps/fc-presentations/fc-presentations.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# FlowerCore Presentations — TLS + Ingress
|
||||
# Deployment and Service managed by deploy script (not ArgoCD)
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: presentations-web-tls
|
||||
namespace: fc-presentations
|
||||
spec:
|
||||
secretName: presentations-web-tls
|
||||
issuerRef:
|
||||
name: step-ca-acme
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- presentations.iamworkin.lan
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: presentations-web
|
||||
namespace: fc-presentations
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`presentations.iamworkin.lan`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: presentations-web
|
||||
port: 80
|
||||
tls:
|
||||
secretName: presentations-web-tls
|
||||
32
apps/fc-scoreboard/fc-scoreboard.yaml
Normal file
32
apps/fc-scoreboard/fc-scoreboard.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# FlowerCore Scoreboard — TLS + Ingress
|
||||
# Deployment and Service managed by deploy script (not ArgoCD)
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: scoreboard-web-tls
|
||||
namespace: fc-scoreboard
|
||||
spec:
|
||||
secretName: scoreboard-web-tls
|
||||
issuerRef:
|
||||
name: step-ca-acme
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- scoreboard.iamworkin.lan
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: scoreboard-web
|
||||
namespace: fc-scoreboard
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`scoreboard.iamworkin.lan`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: scoreboard-web
|
||||
port: 80
|
||||
tls:
|
||||
secretName: scoreboard-web-tls
|
||||
Reference in New Issue
Block a user