monero -> crypto & minor arg update
This commit is contained in:
parent
9a4abefd9b
commit
8dec70def7
@ -1,12 +1,12 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: monero
|
name: crypto
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: ./services/monero
|
path: ./services/crypto
|
||||||
targetNamespace: monero
|
targetNamespace: crypto
|
||||||
prune: false
|
prune: false
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|||||||
@ -5,14 +5,14 @@ metadata:
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: ./services/monero/monerod
|
path: ./services/crypto/monerod
|
||||||
targetNamespace: monero
|
targetNamespace: crypto
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: monero
|
- name: crypto
|
||||||
wait: true
|
wait: true
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
@ -53,6 +53,7 @@ spec:
|
|||||||
--non-interactive \
|
--non-interactive \
|
||||||
--prune-blockchain \
|
--prune-blockchain \
|
||||||
--rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 \
|
--rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 \
|
||||||
|
--confirm-external-bind \
|
||||||
--p2p-bind-ip=0.0.0.0 --p2p-bind-port=18080
|
--p2p-bind-ip=0.0.0.0 --p2p-bind-port=18080
|
||||||
ports:
|
ports:
|
||||||
- { containerPort: 18081, name: rpc }
|
- { containerPort: 18081, name: rpc }
|
||||||
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: monero
|
name: crypto
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user