diff --git a/charts/akash-ip-operator/templates/config.yaml b/charts/akash-ip-operator/templates/config.yaml new file mode 100644 index 00000000..7832c1e3 --- /dev/null +++ b/charts/akash-ip-operator/templates/config.yaml @@ -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"