add authelia
This commit is contained in:
19
cluster/apps/authelia/tmp-pod.yml
Normal file
19
cluster/apps/authelia/tmp-pod.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: ubuntu
|
||||
labels:
|
||||
name: ubuntu
|
||||
spec:
|
||||
containers:
|
||||
- name: ubuntu
|
||||
image: ubuntu:latest
|
||||
command: ["/bin/bash", "-c", "while true; do sleep 30; done;"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /mnt
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: longhorn-authelia
|
||||
Reference in New Issue
Block a user