|
@@ -110,7 +110,7 @@ hddcoin:
|
|
|
image:
|
|
|
pullPolicy: IfNotPresent
|
|
|
repository: ghcr.io/guydavis/machinaris
|
|
|
- tag: v0.6.8
|
|
|
+ tag: v0.6.9
|
|
|
maize:
|
|
|
apiPort: 8933
|
|
|
farmerPort: 8647
|
|
@@ -153,6 +153,19 @@ ports:
|
|
|
hostPort: 8447
|
|
|
name: farming
|
|
|
protocol: TCP
|
|
|
+shibgreen:
|
|
|
+ apiPort: 8939
|
|
|
+ farmerPort: 18974
|
|
|
+ ports:
|
|
|
+ - containerPort: 8939
|
|
|
+ name: api
|
|
|
+ protocol: TCP
|
|
|
+ - containerPort: 7442
|
|
|
+ name: blockchain
|
|
|
+ protocol: TCP
|
|
|
+ - containerPort: 18974
|
|
|
+ name: farming
|
|
|
+ protocol: TCP
|
|
|
staicoin:
|
|
|
apiPort: 8934
|
|
|
farmerPort: 1692
|
|
@@ -179,17 +192,4 @@ stor:
|
|
|
- containerPort: 8337
|
|
|
name: farming
|
|
|
protocol: TCP
|
|
|
-shibgreen:
|
|
|
- apiPort: 8939
|
|
|
- farmerPort: 18974
|
|
|
- ports:
|
|
|
- - containerPort: 8939
|
|
|
- name: api
|
|
|
- protocol: TCP
|
|
|
- - containerPort: 7442
|
|
|
- name: blockchain
|
|
|
- protocol: TCP
|
|
|
- - containerPort: 18974
|
|
|
- name: farming
|
|
|
- protocol: TCP
|
|
|
updateStrategy: Recreate
|