Add SSL to ingress
This commit is contained in:
parent
4774890415
commit
95cdafa34a
|
|
@ -4,9 +4,14 @@ metadata:
|
|||
name: market-ingress
|
||||
namespace: ai-agents
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-cloudflare"
|
||||
k8s.apisix.apache.org/enable-websocket: "true"
|
||||
spec:
|
||||
ingressClassName: apisix
|
||||
tls:
|
||||
- hosts:
|
||||
- market.applaude.net
|
||||
secretName: market-tls
|
||||
rules:
|
||||
- host: market.applaude.net
|
||||
http:
|
||||
|
|
|
|||
Loading…
Reference in New Issue