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 11, 2023
1 parent bca26bb commit c9c8bd5
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 9 deletions.
2 changes: 1 addition & 1 deletion k8s/base/exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: basin-exporter-01
name: basin-exporter
labels:
app: basin-exporter
spec:
Expand Down
6 changes: 3 additions & 3 deletions k8s/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- worker.yaml
- exporter.yaml
#- ingress-nginx.yaml
- worker.yaml
- exporter.yaml
- ingress-nginx.yaml
16 changes: 15 additions & 1 deletion k8s/base/worker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: basin-worker
labels:
app: basin-worker
spec:
selector:
app: basin-worker-v1
ports:
- name: rpc
port: 3000
type: ClusterIP
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: basin-worker-01
name: basin-worker
labels:
app: basin-worker
spec:
Expand Down
Loading

0 comments on commit c9c8bd5

Please sign in to comment.