Skip to content

Commit

Permalink
Merge pull request #544 from robinmordasiewicz/dev99
Browse files Browse the repository at this point in the history
adding ks8
  • Loading branch information
robinmordasiewicz authored Aug 6, 2024
2 parents 7c55b8f + 040f26e commit a89cf44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"image": "ghcr.io/robinmordasiewicz/devcontainer:latest",
"initializeCommand": "docker pull ghcr.io/robinmordasiewicz/devcontainer:latest",
"name": "devops-toolkit",
"containerEnv": {
"OLLAMA_HOST": "www.bankexample.com:443"
},
"runArgs": [
"--hostname=devops-toolkit"
]
Expand Down
1 change: 0 additions & 1 deletion manifests/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- ./dvwa
- ./ollama
4 changes: 2 additions & 2 deletions manifests/ingress/Ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down Expand Up @@ -27,7 +26,8 @@ spec:
port:
number: 80
rules:
- http:
- host: "www.bankexample.com"
http:
paths:
- path: /api
pathType: Prefix
Expand Down

0 comments on commit a89cf44

Please sign in to comment.