Skip to content

Commit

Permalink
adding init
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Oct 1, 2024
1 parent a08a614 commit fc67bd8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions manifests/apps/video/Ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: app-ingress
namespace: application
annotations: {
"fortiweb-ip" : "10.0.0.4",
"fortiweb-login" : "fortiweb-login-secret",
"fortiweb-port": "8443",
"fortiweb-ctrl-log" : "enable",
"virtual-server-ip" : "10.0.0.5",
"virtual-server-addr-type" : "ipv4",
"virtual-server-interface" : "port1",
"server-policy-web-protection-profile" : "ollama",
"server-policy-https-service" : "HTTPS",
"server-policy-http-service" : "HTTP",
"server-policy-syn-cookie" : "enable",
"server-policy-http-to-https" : "disable"
}
spec:
ingressClassName: fwb-ingress-controller
rules:
- host: www.bankexample.com
http:
paths:
- path: /video
pathType: Prefix
backend:
service:
name: video
port:
number: 8000
1 change: 1 addition & 0 deletions manifests/apps/video/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- Deployment.yaml
- Ingress.yaml
1 change: 0 additions & 1 deletion manifests/ingress/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- Ingress.yaml

0 comments on commit fc67bd8

Please sign in to comment.