File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apiVersion : v1
2- kind : Namespace
3- metadata :
4- name : digirunner-open-source-ns
5-
6- ---
7-
81apiVersion : v1
92kind : Service
103metadata :
114 name : digirunner-open-source-svc
12- namespace : digirunner-open-source-ns
135spec :
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
3425spec :
3526 replicas : 1
3627 selector :
Original file line number Diff line number Diff 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-
131124apiVersion: v1
132125kind: Service
133126metadata:
134127 name: digirunner-open-source-svc
135- namespace: digirunner-open-source-ns
136128spec:
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
157148spec:
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
You can’t perform that action at this time.
0 commit comments