feat: add kubernetes deployment with kustomize (#258)

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
هذا الالتزام موجود في:
Guilhem Lettron
2024-04-24 21:01:17 +02:00
ملتزم من قبل GitHub
الأصل e4bbd756f0
التزام a3a3d367ea
6 ملفات معدلة مع 164 إضافات و0 حذوفات

20
deploy/ingress.yaml Normal file
عرض الملف

@@ -0,0 +1,20 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: opengist
labels:
app.kubernetes.io/name: opengist
app.kubernetes.io/component: ingress
spec:
rules:
- host: opengist.local
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: opengist
port:
name: http