Skip to content

Commit

Permalink
feat: add configmap for ip-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
chainzero committed Feb 19, 2024
1 parent bbba95d commit 27fbecd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/akash-ip-operator/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: operator-ip
namespace: akash-services
data:
k8s-manifest-ns: "lease"
prune-interval: "600s"
ignore-list-entry-limit: "131072"
web-refresh-interval: "5s"
retry-delay: "3s"
ignore-list-age-limit: "2613600s"
event-failure-limit: "3"

0 comments on commit 27fbecd

Please sign in to comment.