Christian M. Adams
daf15a93bf
Reduce the resources requests for CI runs
...
* GitHub Workflows run in a resource constrained environment, we were
asking too much of it, so pods never got scheduled.
2022-04-21 15:10:09 -04:00
Seth Foster
5372771bac
Add priority class options to high priority pods
...
- Add postgres_priority_class
- Add control_plane_priority_class
- Add default requests for postgres pod to ensure at a "Burstable" QoS
2022-04-18 12:29:54 -04:00
Christian Adams
379552218d
Add back image_pull_secret field for backwards compatibility ( #870 )
2022-04-14 13:25:54 -04:00
David Luong
1686875321
Customize CSRF options ( #825 )
2022-04-13 19:42:07 -04:00
Christian Adams
5f76d4917e
Enable setting a list of image_pull_secrets ( #860 )
...
When there are e.g. multiple authenticated container registries used
we need to be able to add multiple imagePullSecrets to the k8s resource
Co-authored-by: Maximilian Meister <maximilian.meister@pm.me >
2022-04-05 11:51:21 -04:00
Shane McDonald
e2fc5f46c0
Merge pull request #803 from rooftopcellist/sts-db-check
...
Run database-check initContainer on postgres sts instead
2022-03-05 11:59:00 -05:00
Shane McDonald
5b3be06e8d
Allow for customizing postgres init container resources
2022-03-05 11:48:13 -05:00
MrBones757
9ca14cef93
added support for pod annotations to awx deployment
2022-02-25 09:54:55 +08:00
Juan Ezquerro LLanes
108addc06e
Allow service annotations not only for LoadBalancer
2022-02-01 20:49:37 +01:00
Christian Adams
83939ec007
Merge pull request #726 from Skaopap/feature_topology_constraints
...
Add topology constraints to AWX CRD
2022-01-13 21:16:23 -05:00
bthominet
608478e249
add topolgy_spread_constraints
2022-01-13 09:50:12 +01:00
chris93111
0f07a475b5
Add ability to configure extra args for postgres
...
* add default extra args postgres
* add postgres_extra_args option to readme
2022-01-11 12:44:18 -05:00
Shane McDonald
138964f7ab
Add support for arbitrary pod-level securityContext settings
...
This allows for doing stuff like this on the custom resource:
```
security_context_settings:
runAsUser: 1000
runAsGroup: 0
```
I added `snakeCaseParameters: False` because without it, variables like `runAsUser` become `run_as_user`... and that doesnt work.
2021-11-10 21:36:42 +08:00
Shane McDonald
38c64a504d
Merge pull request #559 from oliverf1/redis_capabilities
...
Add an option to specify container capabilities for the redis container
2021-10-13 14:24:23 -04:00
Sean Davis
b1dcf16fc8
Add Ingress path type option ( #1 )
...
* make ingress_path_type an option
* add to spec
2021-10-04 10:31:56 -05:00
Olivier
f0c5d1b4e3
Add an option to specify container capabilities for the redis container
...
With some kubernetes clusters and settings, you might need to specify
some capabilities so the container can start. For example, the CHOWN,
SETUID and SETGID capabilties.
Setting the redis_capabilities option will add the capabilities in
the deployment.
2021-10-02 18:43:37 -04:00
Shane McDonald
69203723ef
Update scaffolding to pass yamllint
2021-09-29 18:39:24 -04:00
Shane McDonald
316d08ccb4
Begin to migrate towards operator-sdk 1.x project structure
2021-09-29 18:39:22 -04:00