Files
ZeptaLab Bot ca775da1f1
CI/CD / lint-and-test (push) Has been cancelled
CI/CD / build-and-push (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled
feat: initial commit - Rust + React URL shortener
2026-05-31 20:45:50 +00:00

20 lines
453 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hello-web
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
rules:
- host: hello-web.k8s.crashpoint.ru
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hello-web
port:
number: 80