Petri Autero

Results 8 comments of Petri Autero

This mainly took place during nightly backups. I also think this could be related to #1293 . We haven't witnessed any issues since we tuned the message logging, so I...

> Regarding #⁠2, how much traffic is going through the particular Security Server? The ~127k rows in the `logrecord` table for 30 days is fairly indicative of the traffic. So...

> Is there a way to define cronjobs in this setup. The `k8s-service` chart's main function is deploying application containers with a `Deployment` resource. I think a `CronJob` would call...

I would say that time is the biggest limiting factor 😃 . We have an [issue for supporting `Job` resources](https://github.com/gruntwork-io/helm-kubernetes-services/issues/24) and haven't really had time to prioritize working on it.

Include `CronJob` support, as well.

Thanks for the PR @tpayne! This LGTM! We should probably have a regression test for this - can you add a template test that makes sure the templates render correctly?

Hi, sorry for the delay. I've kicked off the tests again.

All the tests failed on: ``` Running Go tests in with command: go test -v -timeout 60m -parallel 128 -tags integration . -short # sigs.k8s.io/json/internal/golang/encoding/json ../../.go_workspace/pkg/mod/sigs.k8s.io/[email protected]/internal/golang/encoding/json/encode.go:1249:12: sf.IsExported undefined (type reflect.StructField...