chore: make docker

This commit is contained in:
eric
2026-03-22 02:35:10 +01:00
parent 49857e620e
commit 74042182ed
11 changed files with 371 additions and 6 deletions

23
k8s/ingress.example.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: joel-bot
namespace: joel-bot
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: joel.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: joel-bot
port:
number: 3000
tls:
- hosts:
- joel.example.com
secretName: joel-bot-tls