deploy: ingress -> <name>.a2acloud.io with cert-manager TLS (was nip.io)
This commit is contained in:
@@ -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: /
|
||||||
|
|||||||
Reference in New Issue
Block a user