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