• Joined on 2025-03-07
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 16:09:09 +00:00
9418f3b964 update panic message/docstring
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 16:07:24 +00:00
5482009948 rename k8s ingress path macro
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 16:04:01 +00:00
1d6cc670df update panic message
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 16:03:32 +00:00
c4850e79c1 Use custom aliased type for ingress path and new macro to check path validity
taha commented on pull request NationTech/harmony#32 2025-05-15 15:31:20 +00:00
feat: add ingress score

Seems like validating the path is not as straightforward as the rest, as it has different validations based on the PathType and other things: https://github.com/kubernetes/ingress-nginx/issues/11

taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 15:22:44 +00:00
2817939b18 Create enum for PathType and use FQDN for namespace (RFC 1035 is more strict than RFC 1123, but very similar)
taha pushed to helm-resource-initial at NationTech/harmony 2025-05-15 04:34:51 +00:00
f7f32d4216 Still WIP but pretty much done
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 03:37:20 +00:00
966fd757bc try to properly set backend service name
3ca42b30f0 use FQDN which makes sure things conform to RFC 1035, as k8s spec says it should
ebde55affd remove reference
223c6ffc6d fix print
ec767cd9d2 remove unneded dep
Compare 10 commits »
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 03:35:31 +00:00
fff4ba0b21 try to properly set backend service name
taha pushed to add-ingress-score at NationTech/harmony 2025-05-15 03:26:14 +00:00
316aac9118 use FQDN which makes sure things conform to RFC 1035, as k8s spec says it should
taha pushed to helm-resource-initial at NationTech/harmony 2025-05-15 03:12:06 +00:00
taha created pull request NationTech/harmony#34 2025-05-12 02:40:18 +00:00
upgrade stack size from default 1MB on windows (k3d stack overflow otherwise)
taha created branch windows-stack-size-increase in NationTech/harmony 2025-05-12 02:39:42 +00:00
taha pushed to windows-stack-size-increase at NationTech/harmony 2025-05-12 02:39:42 +00:00
c84a02c8ec upgrade stack size from default 1MB on windows (k3d stack overflow otherwise)
taha pushed to helm-resource-initial at NationTech/harmony 2025-05-08 12:51:35 +00:00
5dc7c3771d ensure charthome is set
taha pushed to helm-resource-initial at NationTech/harmony 2025-05-08 05:00:34 +00:00
09883240af build up our own HelmExecutor
taha pushed to helm-resource-initial at NationTech/harmony 2025-05-08 02:54:52 +00:00
39232220e0 WIP helm command
732e9a7ecc Start work on Helm resource
8d3d167848 fix: Remove todo statements for lamp score and k8s related features that are now complete!
94f6cc6942 fix: kube_prometheus missing new field repo in HelmChartScore
4a9b95acad Merge pull request 'monitoring-alerting' (#30) from monitoring-alerting into master
Compare 86 commits »
taha pushed to add-ingress-score at NationTech/harmony 2025-05-07 01:20:23 +00:00
45b508dff2 remove reference
taha created pull request NationTech/harmony#32 2025-05-07 01:18:54 +00:00
feat: add ingress score