dem lempa sei tutorial

This commit is contained in:
baschno
2024-12-03 07:28:24 +01:00
parent 7f86665577
commit 521041edc0
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: ingress
metadata:
name: nginx-ingress
namespace: nginx
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: nginx.internal.schnrbs.work
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 80