Skip to content

Commit

Permalink
Merge pull request #6 from RSS3-Network/chore/uprade
Browse files Browse the repository at this point in the history
chore: update mastodon and rsshub network worker
  • Loading branch information
pseudoyu authored Oct 22, 2024
2 parents bb108fc + 07fe4bc commit 2624618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion charts/node/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
data:
config.yaml: |
environment: {{ .Values.configs.environment }}
type: {{ .Values.configs.type }}
discovery:
{{- toYaml .Values.configs.discovery | nindent 6}}
component:
Expand Down
9 changes: 5 additions & 4 deletions charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ agent:
## Node Configs
configs:
environment: development
type: beta
discovery:
operator:
evm_address: # address to receive network incentivization and ownership verification
Expand All @@ -376,7 +375,7 @@ workers: []
federated:
- id: mastodon-core
network: mastodon
worker: mastodon
worker: core
endpoint: mastodon
parameters:
kafka_topic:
Expand All @@ -395,8 +394,10 @@ rsshub:
enabled: false

additionalRSS:
network: rss
endpoint: https://rsshub.app/
id: rsshub-core
network: rsshub
worker: core
endpoint: https://your-rsshub-endpoint
parameters:
authentication:
username:
Expand Down

0 comments on commit 2624618

Please sign in to comment.