roles/nginx-oss/templates/mirrors-nginx.yam: add ApisixTls
This commit is contained in:
parent
b599d229e5
commit
d432f1c990
@ -126,6 +126,17 @@ spec:
|
||||
- serviceName: mirrors-nginx
|
||||
servicePort: 80
|
||||
---
|
||||
apiVersion: apisix.apache.org/v2
|
||||
kind: ApisixTls
|
||||
metadata:
|
||||
name: nginx-tls
|
||||
spec:
|
||||
hosts:
|
||||
- mirrors.onwalk.net
|
||||
secret:
|
||||
name: nginx-tls
|
||||
namespace: nginx
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user