Compare commits
7 commits
e8e3b89afa
...
033758cee8
Author | SHA1 | Date | |
---|---|---|---|
033758cee8 | |||
554d919d90 | |||
56ba23e483 | |||
b67772dd34 | |||
549b48a35e | |||
d24414f072 | |||
d326f8efc0 |
2 changed files with 13 additions and 5 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://argoproj.github.io/argo-helm
|
- repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 8.0.10
|
targetRevision: 8.0.14
|
||||||
helm:
|
helm:
|
||||||
releaseName: argo
|
releaseName: argo
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
@ -76,6 +76,11 @@ spec:
|
||||||
app.kubernetes.io/managed-by: goauthentik.io
|
app.kubernetes.io/managed-by: goauthentik.io
|
||||||
app.kubernetes.io/name: authentik-proxy
|
app.kubernetes.io/name: authentik-proxy
|
||||||
spec:
|
spec:
|
||||||
|
volumes:
|
||||||
|
- name: dshm
|
||||||
|
emptyDir:
|
||||||
|
medium: Memory
|
||||||
|
sizeLimit: 1Gi
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: AUTHENTIK_HOST
|
- name: AUTHENTIK_HOST
|
||||||
|
@ -102,13 +107,16 @@ spec:
|
||||||
- containerPort: 9443
|
- containerPort: 9443
|
||||||
name: https
|
name: https
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /dev/shm
|
||||||
|
name: dshm
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 1Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 150m
|
cpu: 350m
|
||||||
memory: 128Mi
|
memory: 2Gi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /outpost.goauthentik.io/ping
|
path: /outpost.goauthentik.io/ping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue