INIT(repo): apps setup with all user-facing servic
This commit is contained in:
27
docusaurus/ingress.yaml
Normal file
27
docusaurus/ingress.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: docusaurus
|
||||
namespace: docusaurus
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- docusaurus0213.kro.kr
|
||||
secretName: docusaurus-tls
|
||||
rules:
|
||||
- host: docusaurus0213.kro.kr
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: docusaurus
|
||||
port:
|
||||
number: 80
|
||||
Reference in New Issue
Block a user