deploy: ingress -> <name>.a2acloud.io with cert-manager TLS (was nip.io)

This commit is contained in:
robert
2026-05-11 20:50:17 -03:00
parent 3b7697ce60
commit 7e28f1e8a1

View File

@@ -56,9 +56,15 @@ kind: Ingress
metadata: metadata:
name: test-helper name: test-helper
namespace: agents namespace: agents
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
spec: spec:
tls:
- hosts: [test-helper.a2acloud.io]
secretName: test-helper-a2acloud-io-tls
rules: rules:
- host: test-helper.88-99-219-120.nip.io - host: test-helper.a2acloud.io
http: http:
paths: paths:
- path: / - path: /