Tiltfile: disable broken agent build

This commit is contained in:
Leo 2020-08-19 11:58:00 +02:00
parent 69d8125c67
commit c44dcb24c9
1 changed files with 13 additions and 16 deletions

View File

@ -57,22 +57,19 @@ spec:
volumeMounts:
- name: guardian-data
mountPath: /data
- name: agent
image: solana-agent
command:
- /usr/local/bin/agent
- '11111111111111111111111111111111' # TODO: program address
- 'solana-devnet' # host
- '8899' # rpc port
- '8999' # pubsub/ws port
- '9000' # grpc listen port
ports:
- containerPort: 9000
name: grpc
protocol: TCP
volumeMounts:
- name: guardian-data
mountPath: /data
# - name: agent
# image: solana-agent
# command:
# - /usr/local/bin/agent
# - '11111111111111111111111111111111' # TODO: program address
# - 'solana-devnet' # host
# - '8899' # rpc port
# - '8999' # pubsub/ws port
# - '9000' # grpc listen port
# ports:
# - containerPort: 9000
# name: grpc
# protocol: TCP
volumeClaimTemplates:
- metadata:
name: guardian-data