From eb5e5ba1a606070374f0ce1182d43f944edb14df Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 20 Nov 2025 14:03:13 +0800 Subject: [PATCH] feat(ingress): add Ingress resource for fillcode.com and update image tag to v1.90.8 --- apps/apps/fillcode/ingress.yaml | 24 ++++++++++++++++++++++++ apps/infra/net/tailscale/helmchart.yaml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 apps/apps/fillcode/ingress.yaml diff --git a/apps/apps/fillcode/ingress.yaml b/apps/apps/fillcode/ingress.yaml new file mode 100644 index 0000000..9d528d5 --- /dev/null +++ b/apps/apps/fillcode/ingress.yaml @@ -0,0 +1,24 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: fillcode + namespace: apps + annotations: +spec: + ingressClassName: nginx + rules: + - host: fillcode.com + http: + paths: + - path: /docs/fillcode + pathType: Prefix + backend: + service: + name: halo + port: + number: 80 + tls: + - hosts: + - fillcode.com + secretName: fillcode-com-crt + diff --git a/apps/infra/net/tailscale/helmchart.yaml b/apps/infra/net/tailscale/helmchart.yaml index b97cdd2..50e4abb 100644 --- a/apps/infra/net/tailscale/helmchart.yaml +++ b/apps/infra/net/tailscale/helmchart.yaml @@ -12,7 +12,7 @@ spec: nodeSelector: kubernetes.io/hostname: tchk image: - tag: v1.90.6 + tag: v1.90.8 hostNetwork: true extraVolumes: - name: cert-volume