testing workflows
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m17s

This commit is contained in:
MTimka
2026-05-13 13:49:09 -07:00
parent 0f9b7a24e6
commit b5da74f12b
11 changed files with 186 additions and 77 deletions

18
k8s/ingress.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: python-app
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: python-app.talutasku.ee
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: python-app
port:
number: 80