Skip to content

Commit c547606

Browse files
update readme
1 parent 239794d commit c547606

2 files changed

Lines changed: 5 additions & 22 deletions

File tree

deploys/kubernetes/digirunner-open-source.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
apiVersion: v1
2-
kind: Namespace
3-
metadata:
4-
name: digirunner-open-source-ns
5-
6-
---
7-
81
apiVersion: v1
92
kind: Service
103
metadata:
114
name: digirunner-open-source-svc
12-
namespace: digirunner-open-source-ns
135
spec:
146
ports:
157
- name: tcp
@@ -30,7 +22,6 @@ metadata:
3022
labels:
3123
app: digirunner
3224
name: digirunner-open-source-deploy
33-
namespace: digirunner-open-source-ns
3425
spec:
3526
replicas: 1
3627
selector:

readme.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,10 @@ services:
121121

122122

123123
```yml
124-
apiVersion: v1
125-
kind: Namespace
126-
metadata:
127-
name: digirunner-open-source-ns
128-
129-
---
130-
131124
apiVersion: v1
132125
kind: Service
133126
metadata:
134127
name: digirunner-open-source-svc
135-
namespace: digirunner-open-source-ns
136128
spec:
137129
ports:
138130
- name: tcp
@@ -153,7 +145,6 @@ metadata:
153145
labels:
154146
app: digirunner
155147
name: digirunner-open-source-deploy
156-
namespace: digirunner-open-source-ns
157148
spec:
158149
replicas: 1
159150
selector:
@@ -184,11 +175,12 @@ spec:
184175

185176
#### Option 4: Helm
186177

187-
> Based on the content of [deploys/helm](deploys/helm)
178+
Contributions:
188179

189-
```shell
190-
helm install digirunner oci://registry-1.docker.io/tpisoftwareopensource/digirunner-open-source-helm
191-
```
180+
- **[how-to-package-digirunner-using-helm](https://github.com/vulcanshen-tpi/how-to-package-digirunner-using-helm)**
181+
- Step-by-step guide on how to package the digirunner open source project using Helm.
182+
- Quickly install the example
183+
- maintainer: @vulcanshen-tpi
192184

193185
#### Connect to service
194186

0 commit comments

Comments
 (0)