add deployment files
This commit is contained in:
parent
4f8d292974
commit
c259aa11f7
4 changed files with 103 additions and 0 deletions
22
deployment/ingress.yaml
Normal file
22
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: servala
|
||||
spec:
|
||||
rules:
|
||||
- host: poc.serva.la
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: /
|
||||
backend:
|
||||
service:
|
||||
name: servala
|
||||
port:
|
||||
number: 8080
|
||||
tls:
|
||||
- hosts:
|
||||
- poc.serva.la
|
||||
secretName: ingress-cert
|
Loading…
Add table
Add a link
Reference in a new issue