feat(dummyhttp): first version of the application
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
This commit is contained in:
parent
4ebd3d8601
commit
979ecd44dc
6 changed files with 88 additions and 0 deletions
18
dummyhttp/ingress.yaml
Normal file
18
dummyhttp/ingress.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: dummyhttp
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
spec:
|
||||
rules:
|
||||
- host: dummyhttp.localhost.mixinet.net
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: dummyhttp
|
||||
port:
|
||||
number: 80
|
Loading…
Add table
Add a link
Reference in a new issue