refactor: 项目SQL和部署脚本目录调整,添加 jackson 序列化默认时区和格式

This commit is contained in:
hxr
2023-09-02 23:55:28 +08:00
parent b6fefb5c17
commit 09bfa1876d
6 changed files with 11 additions and 1 deletions

20
deploy/ingress.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test
namespace: youlai-bootnfckx
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx # 关联的ingress-nginx控制器
rules:
- host: boot.youlai.tech
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: youlai-boot
port:
number: 8989