Infra and ingress
This commit is contained in:
parent
5321c4cfba
commit
11adc674c9
3 changed files with 38 additions and 0 deletions
17
infra/manifests/ingress.yaml
Normal file
17
infra/manifests/ingress.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: public-ingress
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- momoperes.ca
|
||||
secretName: momoperes.ca-wildcard-tls
|
||||
rules:
|
||||
- host: momoperes.ca
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: website
|
||||
servicePort: 9000
|
4
infra/manifests/namespace.yaml
Normal file
4
infra/manifests/namespace.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: public
|
Loading…
Add table
Add a link
Reference in a new issue