31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
|
|
apiVersion: networking.k8s.io/v1
|
||
|
|
kind: Ingress
|
||
|
|
metadata:
|
||
|
|
annotations:
|
||
|
|
kubectl.kubernetes.io/last-applied-configuration: |
|
||
|
|
{"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{"kubernetes.io/ingress.class":"traefik"},"name":"pihole-ingress","namespace":"default"},"spec":{"ingressClassName":"traefik","rules":[{"host":"pihole.5pi5","http":{"paths":[{"backend":{"service":{"name":"your-release-pihole-web","port":{"number":80}}},"path":"/","pathType":"Prefix"}]}}]}}
|
||
|
|
kubernetes.io/ingress.class: traefik
|
||
|
|
creationTimestamp: "2025-11-13T17:06:46Z"
|
||
|
|
generation: 2
|
||
|
|
name: pihole-ingress
|
||
|
|
namespace: default
|
||
|
|
resourceVersion: "259298"
|
||
|
|
uid: 6f17e7e9-817f-4766-a257-78f5f821c66f
|
||
|
|
spec:
|
||
|
|
ingressClassName: traefik
|
||
|
|
rules:
|
||
|
|
- host: pihole.5pi5
|
||
|
|
http:
|
||
|
|
paths:
|
||
|
|
- backend:
|
||
|
|
service:
|
||
|
|
name: your-release-pihole-web
|
||
|
|
port:
|
||
|
|
number: 80
|
||
|
|
path: /
|
||
|
|
pathType: Prefix
|
||
|
|
status:
|
||
|
|
loadBalancer:
|
||
|
|
ingress:
|
||
|
|
- ip: 10.0.0.163
|