Try it all a go

This commit is contained in:
2024-08-04 00:24:59 +01:00
parent 3f5bbec920
commit 0fe157be3a
7 changed files with 135 additions and 1 deletions

13
apps/whoami/ingress.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: podinfo
spec:
entryPoints:
- web
routes:
- match: Host(`podinfo.k3s`)
kind: Rule
services:
- name: podinfo
namespace: default