kube infrastructure

This commit is contained in:
2026-02-28 19:32:29 -06:00
parent 4abce9f36b
commit 1f1bf2540d
6 changed files with 188 additions and 0 deletions

22
kube/ingress.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: blog
labels:
app: blog
spec:
ingressClassName: traefik
tls:
- hosts:
- tymur999.com
rules:
- host: tymur999.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: blog
port:
name: http