deploy whoami test server
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-17 13:35:42 +00:00
parent efb5abae5e
commit 2a90fa8c53
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: whoami
namespace: apps
spec:
ingressClassName: traefik
rules:
- host: whoami.khalisio.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: whoami
port:
name: http