Skip to content

Commit

Permalink
adding ks8
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Aug 5, 2024
1 parent df4f7c9 commit 6903a75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dvwa-ingress
namespace: dvwa
name: app-ingress
namespace: fortiweb-ingress
annotations: {
"fortiweb-ip" : "10.0.0.4",
"fortiweb-login" : "fortiweb-login-secret",
Expand Down
2 changes: 1 addition & 1 deletion manifests/apps/dvwa/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- Deployment.yaml
- mariadb.yaml
- rbac.yaml
- Ingress.yaml

2 changes: 2 additions & 0 deletions manifests/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./ollama
- Ingress.yaml

21 changes: 0 additions & 21 deletions manifests/apps/ollama/HelmRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,6 @@ spec:
models:
- nomic-embed-text
- codestral:latest
ingress:
enabled: true
className: "fwb-ingress-controller"
annotations: {
"fortiweb-ip" : "10.0.0.4",
"fortiweb-login" : "fortiweb-login-secret",
"fortiweb-port": "8443",
"fortiweb-ctrl-log" : "disable",
"virtual-server-ip" : "10.0.0.5",
"virtual-server-addr-type" : "ipv4",
"virtual-server-interface" : "port1",
"server-policy-web-protection-profile" : "Inline Standard Protection",
"server-policy-https-service" : "HTTPS",
"server-policy-http-service" : "HTTP",
"server-policy-syn-cookie" : "enable",
"server-policy-http-to-https" : "disable"
}
hosts:
- paths:
- path: /api
pathType: Prefix
persistentVolume:
enabled: true
size: 100Gi
Expand Down

0 comments on commit 6903a75

Please sign in to comment.