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
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: site-analyzer
namespace: microservices
spec:
type: ClusterIP
selector:
app: site-analyzer
ports:
- name: http
protocol: TCP
port: 8090
targetPort: 8090