summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03Add a convenience output for the service fqdnHEADmasterPatrick Spek1-0/+4
2026-01-23Remove IngressRoute tls secret configurationPatrick Spek2-10/+0
2026-01-20Set default entrypoints for IngressRoute to include webPatrick Spek1-2/+2
2026-01-20Add SANs to IngressRoutePatrick Spek1-1/+1
2026-01-18Make middlewares optionalPatrick Spek1-3/+3
2026-01-13Add support for IngressRoutePatrick Spek2-10/+109
2025-12-28Set default for allow_privilege_escalation based on privilegedPatrick Spek2-2/+2
2025-12-28Add support for container security contextPatrick Spek2-3/+40
2025-12-28Add support for hostpath mountsPatrick Spek1-0/+13
2025-12-28Add support for mounting devicesPatrick Spek1-1/+10
2025-12-28Slightly prettify the codePatrick Spek1-1/+1
2025-12-28Add setting for host_network configurationPatrick Spek2-0/+11
2025-12-28Fix up strategy defaultPatrick Spek2-3/+5
2025-11-23Dont apply a security_context if none of the values are setPatrick Spek1-6/+14
2025-11-22Don't apply a default fs_group_change_policyPatrick Spek1-3/+3
2025-11-15Add security contextPatrick Spek2-0/+50
2025-11-15Add optional args varPatrick Spek2-0/+11
2025-11-13Introduce labels var for all resourcesPatrick Spek4-4/+49
2025-11-13Introduce annotations for all resourcesPatrick Spek4-8/+40
2025-11-13Introduce priority_class variablePatrick Spek2-3/+13
2025-11-13Use indexed service resourcePatrick Spek1-1/+1
2025-11-09Add pull_policy variable to set ImagePullPolicyPatrick Spek2-0/+20
2025-11-08Add support for volumes from secrets and configmapsPatrick Spek2-9/+35
2025-11-08Add var to set image pull secretsPatrick Spek2-7/+25
2025-11-08Add var to set command to run inside a containerPatrick Spek2-2/+13
2025-11-08Also allow use of ConfigMaps for env varsPatrick Spek2-0/+19
2025-11-07Ports must be named if you have multiple of themPatrick Spek1-0/+1
2025-11-07Update all created resources to work with the updated variablesPatrick Spek3-5/+11
2025-11-07Streamline all the used variables and add descriptionsPatrick Spek1-41/+143
2025-11-06Add extra var to supply env vars from an existing secretv0.5.0Patrick Spek2-0/+15
2025-11-06Set default empty list for volumesPatrick Spek1-0/+1
2025-10-21Apply labels on all resources and export themv0.4.0Patrick Spek2-1/+6
2025-10-21Rectify usage of port variablePatrick Spek1-2/+2
2025-10-19Double label selector seems to not workv0.3.1Patrick Spek1-10/+0
2025-09-27Dont deploy ingress if no class is specifiedv0.3.0Patrick Spek2-2/+5
2025-09-18Actually set env vars in the container specv0.2.1Patrick Spek1-0/+9
2025-09-12Make resources a single mapv0.2.0Patrick Spek2-27/+5
2025-09-12Add default selectorv0.1.1Patrick Spek1-0/+1
2025-09-11Initial commitPatrick Spek4-0/+257