deployment for docs
This commit is contained in:
parent
4ee40cdcc1
commit
ed5ee7badc
5 changed files with 113 additions and 1 deletions
22
docs/deployment/ingress.yaml
Normal file
22
docs/deployment/ingress.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
name: docs
|
||||
spec:
|
||||
rules:
|
||||
- host: docs.servala.com
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: /
|
||||
backend:
|
||||
service:
|
||||
name: docs
|
||||
port:
|
||||
number: 8080
|
||||
tls:
|
||||
- hosts:
|
||||
- docs.servala.com
|
||||
secretName: ingress-cert-docs
|
Loading…
Add table
Add a link
Reference in a new issue