outposts: add configurable docker_network for outpost

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-27 19:10:30 +02:00
parent 3323b50036
commit dc41d0af27
3 changed files with 11 additions and 1 deletions

View File

@ -42,6 +42,11 @@ object_naming_template: ak-outpost-%(name)s
########################################
# Kubernetes outpost specific settings
########################################
# Network the outpost container should be connected to
docker_network: null
########################################
# Kubernetes outpost specific settings
########################################
# Replica count for the deployment of the outpost
kubernetes_replicas: 1
# Namespace to deploy in, defaults to the same namespace authentik is deployed in (if available)