Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Oct 10, 2024
1 parent 54c5ba6 commit 375d996
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kuberenetes Resources:

## 1. Create a Service:

*[funnel-service.yml](./funnel-service.yml)*
> *[funnel-service.yml](./funnel-service.yml)*
```sh
kubectl apply -f funnel-service.yml
Expand All @@ -32,11 +32,11 @@ Use this value to configure the server hostname of the worker config.

## 2. Create Funnel config files

*[funnel-server-config.yml](.funnel-server-config.yml)*
> *[funnel-server-config.yml](.funnel-server-config.yml)*
We recommend setting `DisableJobCleanup` to `true` for debugging - otherwise failed jobs will be cleanup up.

*[funnel-worker-config.yml](./funnel-worker-config.yml)*
> *[funnel-worker-config.yml](./funnel-worker-config.yml)*
***Remember to modify the file to have the actual server hostname.***

Expand All @@ -50,9 +50,9 @@ kubectl create configmap funnel-config --from-file=funnel-server-config.yml --fr

Define a Role and RoleBinding:

*[role.yml](./role.yml)*
> *[role.yml](./role.yml)*
*[role_binding.yml](./role_binding.yml)*
> *[role_binding.yml](./role_binding.yml)*
```sh
kubectl create serviceaccount funnel-sa --namespace default
Expand All @@ -62,7 +62,7 @@ kubectl create -f role_binding.yml

## 5. Create a Deployment

*[funnel-deployment.yml](./funnel-deployment.yml)*
> *[funnel-deployment.yml](./funnel-deployment.yml)*
```sh
kubectl apply -f funnel-deployment.yml
Expand Down

0 comments on commit 375d996

Please sign in to comment.