index
:
kubernetes-container
master
Terraform module to simplify deployment of a simple container in a Kubernetes cluster
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-03
Add a convenience output for the service fqdn
HEAD
master
Patrick Spek
1
-0
/
+4
2026-01-23
Remove IngressRoute tls secret configuration
Patrick Spek
2
-10
/
+0
2026-01-20
Set default entrypoints for IngressRoute to include web
Patrick Spek
1
-2
/
+2
2026-01-20
Add SANs to IngressRoute
Patrick Spek
1
-1
/
+1
2026-01-18
Make middlewares optional
Patrick Spek
1
-3
/
+3
2026-01-13
Add support for IngressRoute
Patrick Spek
2
-10
/
+109
2025-12-28
Set default for allow_privilege_escalation based on privileged
Patrick Spek
2
-2
/
+2
2025-12-28
Add support for container security context
Patrick Spek
2
-3
/
+40
2025-12-28
Add support for hostpath mounts
Patrick Spek
1
-0
/
+13
2025-12-28
Add support for mounting devices
Patrick Spek
1
-1
/
+10
2025-12-28
Slightly prettify the code
Patrick Spek
1
-1
/
+1
2025-12-28
Add setting for host_network configuration
Patrick Spek
2
-0
/
+11
2025-12-28
Fix up strategy default
Patrick Spek
2
-3
/
+5
2025-11-23
Dont apply a security_context if none of the values are set
Patrick Spek
1
-6
/
+14
2025-11-22
Don't apply a default fs_group_change_policy
Patrick Spek
1
-3
/
+3
2025-11-15
Add security context
Patrick Spek
2
-0
/
+50
2025-11-15
Add optional args var
Patrick Spek
2
-0
/
+11
2025-11-13
Introduce labels var for all resources
Patrick Spek
4
-4
/
+49
2025-11-13
Introduce annotations for all resources
Patrick Spek
4
-8
/
+40
2025-11-13
Introduce priority_class variable
Patrick Spek
2
-3
/
+13
2025-11-13
Use indexed service resource
Patrick Spek
1
-1
/
+1
2025-11-09
Add pull_policy variable to set ImagePullPolicy
Patrick Spek
2
-0
/
+20
2025-11-08
Add support for volumes from secrets and configmaps
Patrick Spek
2
-9
/
+35
2025-11-08
Add var to set image pull secrets
Patrick Spek
2
-7
/
+25
2025-11-08
Add var to set command to run inside a container
Patrick Spek
2
-2
/
+13
2025-11-08
Also allow use of ConfigMaps for env vars
Patrick Spek
2
-0
/
+19
2025-11-07
Ports must be named if you have multiple of them
Patrick Spek
1
-0
/
+1
2025-11-07
Update all created resources to work with the updated variables
Patrick Spek
3
-5
/
+11
2025-11-07
Streamline all the used variables and add descriptions
Patrick Spek
1
-41
/
+143
2025-11-06
Add extra var to supply env vars from an existing secret
v0.5.0
Patrick Spek
2
-0
/
+15
2025-11-06
Set default empty list for volumes
Patrick Spek
1
-0
/
+1
2025-10-21
Apply labels on all resources and export them
v0.4.0
Patrick Spek
2
-1
/
+6
2025-10-21
Rectify usage of port variable
Patrick Spek
1
-2
/
+2
2025-10-19
Double label selector seems to not work
v0.3.1
Patrick Spek
1
-10
/
+0
2025-09-27
Dont deploy ingress if no class is specified
v0.3.0
Patrick Spek
2
-2
/
+5
2025-09-18
Actually set env vars in the container spec
v0.2.1
Patrick Spek
1
-0
/
+9
2025-09-12
Make resources a single map
v0.2.0
Patrick Spek
2
-27
/
+5
2025-09-12
Add default selector
v0.1.1
Patrick Spek
1
-0
/
+1
2025-09-11
Initial commit
Patrick Spek
4
-0
/
+257