We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d2fcc commit c1854cbCopy full SHA for c1854cb
deploy/spin-app/ingress.yaml
@@ -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
@@ -3,6 +3,7 @@ kind: Kustomization
namespace: flux-docs
resources:
- spinapp.yaml
+- ingress.yaml
images:
- name: flux-docs/build
newname: ghcr.io/kingdon-ci/flux-docs/build # image:name
0 commit comments