fix(apps): enable secondary services on some new apps (#1548)
* fix(apps): enable secondary services on some new apps * bump patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: foldingathome
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
appVersion: "7.6.21"
|
||||
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
|
||||
type: application
|
||||
|
||||
@@ -20,8 +20,10 @@ service:
|
||||
targetPort: 7396
|
||||
port: 7396
|
||||
control:
|
||||
enabled: true
|
||||
ports:
|
||||
control:
|
||||
enabled: true
|
||||
targetPort: 36330
|
||||
port: 36330
|
||||
|
||||
|
||||
Reference in New Issue
Block a user