Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ks8 #533

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading