Skip to content

Commit

Permalink
adds ingress [staging]
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Calza <[email protected]>
  • Loading branch information
brunocalza committed Oct 10, 2023
1 parent bca26bb commit d9a6e02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion k8s/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
resources:
- worker.yaml
- exporter.yaml
#- ingress-nginx.yaml
- ingress-nginx.yaml
8 changes: 4 additions & 4 deletions k8s/staging/ingress-nginx-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ spec:
# hosts:
# - staging.tableland.com
rules:
- host: staging.basin.tableland.network
http:
#- host: staging.basin.tableland.network
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: basin-workder
name: basin-worker
port:
number: 8080
number: 3000
3 changes: 3 additions & 0 deletions k8s/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ images:
- name: textile/basin_worker
newName: bcalza/basin_worker
newTag: latest

patchesStrategicMerge:
- ingress-nginx-patch.yaml

0 comments on commit d9a6e02

Please sign in to comment.