Compare commits

..

7 commits

Author SHA1 Message Date
033758cee8
Update Helm release argo-cd to v8.0.14
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-30 23:01:58 +00:00
554d919d90 Merge pull request 'increase memory' (#1026) from ar-fix-shm-auth into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1026
2025-05-30 18:05:10 +02:00
56ba23e483
increase memory
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-30 18:04:46 +02:00
b67772dd34 Merge pull request 'fix shm limit' (#1025) from ar-fix-authentik-shm-limit into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1025
2025-05-30 18:02:02 +02:00
549b48a35e
fix shm limit
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-30 18:01:46 +02:00
d24414f072 Merge pull request 'set shm limit higher for ak-outpost-proxy' (#1024) from ar-fix-authentik-shm-limit into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #1024
2025-05-30 17:51:36 +02:00
d326f8efc0
set shm limit higher for ak-outpost-proxy
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2025-05-30 17:50:34 +02:00
2 changed files with 13 additions and 5 deletions

View file

@ -39,7 +39,7 @@ spec:
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 8.0.13
targetRevision: 8.0.14
helm:
releaseName: argo
valueFiles:

View file

@ -76,6 +76,11 @@ spec:
app.kubernetes.io/managed-by: goauthentik.io
app.kubernetes.io/name: authentik-proxy
spec:
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 1Gi
containers:
- env:
- name: AUTHENTIK_HOST
@ -102,13 +107,16 @@ spec:
- containerPort: 9443
name: https
protocol: TCP
volumeMounts:
- mountPath: /dev/shm
name: dshm
resources:
requests:
cpu: 50m
memory: 64Mi
cpu: 100m
memory: 1Gi
limits:
cpu: 150m
memory: 128Mi
cpu: 350m
memory: 2Gi
livenessProbe:
httpGet:
path: /outpost.goauthentik.io/ping