This commit is contained in:
Alexis Bruneteau 2025-06-03 11:29:15 +02:00
parent 19e8ffbc8d
commit 1a7a4a9828

17
wordpress/ingress.yml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: wordpress-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: wordpress
port:
number: 80