Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 26, 2024
1 parent 4046459 commit 1c2d4ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,33 +142,33 @@ Modify the PersistentVolumeClaim if more storage is required.
#### Step 1: Apply the Namespace
```bash
kubectl apply -f namespace.yml
kubectl apply -f k8s/bitlbee-namespace.yml
```

#### Step 2: Deploy the ConfigMap

```
kubectl apply -f bitlbee-stunnel-configmap.yml
kubectl apply -f k8s/bitlbee-stunnel-configmap.yml
```

#### Step 3: Deploy BitlBee and Stunnel

```
kubectl apply -f bitlbee-deployment.yml
kubectl apply -f bitlbee-stunnel-deployment.yml
kubectl apply -f k8s/bitlbee-deployment.yml
kubectl apply -f k8s/bitlbee-stunnel-deployment.yml
```

#### Step 3: Create the PersistentVolumeClaim

```
kubectl apply -f pvc.yml
kubectl apply -f k8s/bitlbee-pvc.yml
```

#### Step 4: Apply Services

```
kubectl apply -f bitlbee-service.yml
kubectl apply -f bitlbee-stunnel-service.yml
kubectl apply -f k8s/bitlbee-service.yml
kubectl apply -f k8s/bitlbee-stunnel-service.yml
```

#### Accessing the Services (ClusterIP)
Expand Down

0 comments on commit 1c2d4ba

Please sign in to comment.