Shuffle namespaces for apps

This commit is contained in:
2024-08-04 22:15:40 +01:00
parent fa12066425
commit 98e16f2241
7 changed files with 3 additions and 3 deletions

16
apps/podinfo/ingress.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: podinfo-host
spec:
entryPoints:
- web
routes:
- match: Host(`podinfo.k3s`)
kind: Rule
services:
- name: podinfo
namespace: apps
nativeLB: true
kind: Service
port: 9898