Dashboard added
This commit is contained in:
19
sqnotes/notes-ingress.yaml
Normal file
19
sqnotes/notes-ingress.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: notes-ingr
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
spec:
|
||||
rules:
|
||||
- host: notes.squi.fr
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: notes
|
||||
port:
|
||||
number: 8080
|
||||
path: /
|
||||
|
Reference in New Issue
Block a user