add authelia

This commit is contained in:
2025-04-15 10:14:12 +05:30
parent 4b4d27b264
commit 25979b5972
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: authelia
namespace: default
spec:
selector:
matchLabels:
app: authelia
template:
metadata:
labels:
app: authelia
spec:
containers:
- name: authelia
image: authelia/authelia:4
ports:
- containerPort: 9091
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
persistentVolumeClaim:
claimName: longhorn-authelia