2025.12 upgrade
This commit is contained in:
19
ci/ct-blueprints-values.yaml
Normal file
19
ci/ct-blueprints-values.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
blueprints:
|
||||
configMaps:
|
||||
- authentik-ci-blueprint
|
||||
|
||||
### Required values below
|
||||
|
||||
authentik:
|
||||
log_level: debug
|
||||
secret_key: 5up3r53cr37K3y
|
||||
postgresql:
|
||||
password: au7h3n71k
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: au7h3n71k
|
||||
persistence:
|
||||
enabled: false
|
||||
24
ci/ct-hpa-values.yaml
Normal file
24
ci/ct-hpa-values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
server:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 1
|
||||
worker:
|
||||
autoscaling:
|
||||
enabled: true
|
||||
minReplicas: 1
|
||||
|
||||
### Required values below
|
||||
|
||||
authentik:
|
||||
log_level: debug
|
||||
secret_key: 5up3r53cr37K3y
|
||||
postgresql:
|
||||
password: au7h3n71k
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: au7h3n71k
|
||||
persistence:
|
||||
enabled: false
|
||||
24
ci/ct-pdb-max-values.yaml
Normal file
24
ci/ct-pdb-max-values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
server:
|
||||
pdb:
|
||||
enabled: true
|
||||
maxUnavailable: 25%
|
||||
worker:
|
||||
pdb:
|
||||
enabled: true
|
||||
maxUnavailable: 25%
|
||||
|
||||
### Required values below
|
||||
|
||||
authentik:
|
||||
log_level: debug
|
||||
secret_key: 5up3r53cr37K3y
|
||||
postgresql:
|
||||
password: au7h3n71k
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: au7h3n71k
|
||||
persistence:
|
||||
enabled: false
|
||||
24
ci/ct-pdb-min-values.yaml
Normal file
24
ci/ct-pdb-min-values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
server:
|
||||
pdb:
|
||||
enabled: true
|
||||
minAvailable: 2
|
||||
worker:
|
||||
pdb:
|
||||
enabled: true
|
||||
minAvailable: 2
|
||||
|
||||
### Required values below
|
||||
|
||||
authentik:
|
||||
log_level: debug
|
||||
secret_key: 5up3r53cr37K3y
|
||||
postgresql:
|
||||
password: au7h3n71k
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: au7h3n71k
|
||||
persistence:
|
||||
enabled: false
|
||||
13
ci/ct-values.yaml
Normal file
13
ci/ct-values.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
authentik:
|
||||
log_level: debug
|
||||
secret_key: 5up3r53cr37K3y
|
||||
postgresql:
|
||||
password: au7h3n71k
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
password: au7h3n71k
|
||||
persistence:
|
||||
enabled: false
|
||||
18
ci/manifests/blueprint.yaml
Normal file
18
ci/manifests/blueprint.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: authentik-ci-blueprint
|
||||
data:
|
||||
test-blueprint.yaml: |
|
||||
version: 1
|
||||
metadata:
|
||||
name: ci-test-blueprint
|
||||
entries:
|
||||
- attrs:
|
||||
designation: authentication
|
||||
name: ci-test-blueprint
|
||||
title: ci-test-blueprint
|
||||
identifiers:
|
||||
slug: ci-test-blueprint
|
||||
model: authentik_flows.flow
|
||||
id: flow
|
||||
Reference in New Issue
Block a user