feat: deploy microservices through traefik
Deploy Cluster / Terraform (push) Successful in 39s
Deploy Cluster / Ansible (push) Failing after 17m19s

This commit is contained in:
2026-05-05 01:28:59 +00:00
parent 76d32b367f
commit c62364fe67
19 changed files with 299 additions and 3 deletions
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease-traefik.yaml
- traefik-apps-tailscale-service.yaml
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-apps-tailscale
namespace: kube-system
annotations:
tailscale.com/hostname: apps
tailscale.com/proxy-class: infra-stable
tailscale.com/tags: tag:prod
spec:
type: LoadBalancer
loadBalancerClass: tailscale
selector:
app.kubernetes.io/instance: kube-system-traefik-kube-system
app.kubernetes.io/name: traefik
ports:
- name: web
protocol: TCP
port: 80
targetPort: web