cd: edit monifest
All checks were successful
Build and Push to GHCR / build (push) Successful in 10m52s
All checks were successful
Build and Push to GHCR / build (push) Successful in 10m52s
This commit is contained in:
parent
347f7ec275
commit
ec6fe3cfdd
18
helm/templates/ingress.yaml
Normal file
18
helm/templates/ingress.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: hello-world-ingress
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: hello-world.local
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: hello-world-service
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
Loading…
Reference in New Issue
Block a user