Skip to content

Commit c1854cb

Browse files
committed
ingress
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent a1d2fcc commit c1854cb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

deploy/spin-app/ingress.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: networking.k8s.io/v1
2+
kind: Ingress
3+
metadata:
4+
name: flux-docs-webhook
5+
namespace: flux-system
6+
spec:
7+
ingressClassName: nginx
8+
rules:
9+
- host: talos-dev-webhook.howard.moomboo.space
10+
http:
11+
paths:
12+
- pathType: Prefix
13+
path: /
14+
backend:
15+
service:
16+
name: webhook-receiver
17+
port:
18+
number: 80

deploy/spin-app/kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
namespace: flux-docs
44
resources:
55
- spinapp.yaml
6+
- ingress.yaml
67
images:
78
- name: flux-docs/build
89
newname: ghcr.io/kingdon-ci/flux-docs/build # image:name

0 commit comments

Comments
 (0)