add ingress for kipunji
This commit is contained in:
parent
213e9c0a25
commit
7b715677c7
19
apps/kipunji/ingress.yaml
Normal file
19
apps/kipunji/ingress.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: istio
|
||||
name: kipunji-ingress
|
||||
namespace: kipunji
|
||||
spec:
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: kipunji
|
||||
port:
|
||||
name: web
|
@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://git.kill0.net/ryanc/kipunji/kustomize
|
||||
- ingress.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user