Setup build
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 7m37s

This commit is contained in:
2025-04-18 02:29:41 +02:00
parent 1468f56473
commit 87346a1aa6
8 changed files with 200 additions and 0 deletions

36
manifests/deployment.yaml Normal file
View File

@@ -0,0 +1,36 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: authelia-controller
labels:
app: authelia-controller
app.kubernetes.io/name: authelia-controller
spec:
replicas: 1
selector:
matchLabels:
app: authelia-controller
template:
metadata:
labels:
app: authelia-controller
annotations:
kubectl.kubernetes.io/default-container: authelia-controller
spec:
serviceAccountName: authelia-controller
securityContext: {}
containers:
- name: authelia-controller
image: git.huizinga.dev/dreaded_x/authelia-controller@${DIGEST}
imagePullPolicy: IfNotPresent
securityContext: {}
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 50m
memory: 100Mi
env:
- name: RUST_LOG
value: info,authelia_controller=debug