This commit is contained in:
Justine Pelletreau
2022-06-16 15:11:26 +02:00
commit f1decc1dd4
5 changed files with 104 additions and 0 deletions

19
sqnotes/ingr.yml Normal file
View File

@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: notes-ingr
spec:
ingressClassName: nginx
rules:
#- host: test.squi.fr
- host: notes.squi.fr
http:
paths:
- pathType: Prefix
backend:
service:
name: notes
port:
number: 8080
path: /