deploy: ingress -> <name>.a2acloud.io with cert-manager TLS (was nip.io)
This commit is contained in:
@@ -56,9 +56,15 @@ kind: Ingress
|
||||
metadata:
|
||||
name: test-helper
|
||||
namespace: agents
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
spec:
|
||||
tls:
|
||||
- hosts: [test-helper.a2acloud.io]
|
||||
secretName: test-helper-a2acloud-io-tls
|
||||
rules:
|
||||
- host: test-helper.88-99-219-120.nip.io
|
||||
- host: test-helper.a2acloud.io
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user