kubernetes & drone CI files

This commit is contained in:
2025-04-08 21:47:53 +02:00
parent 68ebc7568e
commit 69a6612ea2
7 changed files with 225 additions and 0 deletions

19
.kubernetes/ingress.yml Normal file
View File

@@ -0,0 +1,19 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: infra-map-ingress
namespace: ${NAMESPACE}
spec:
ingressClassName: traefik
rules:
- host: infra.kazan.schleppe.cloud
http:
paths:
- backend:
service:
name: infra-map-service
port:
number: 80
path: /
pathType: Prefix