instructiones

This commit is contained in:
2021-11-03 20:31:28 +01:00
parent a438815b1a
commit 83241b2602
3 changed files with 13 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ spec:
mountPath: /config-nfs
- name: authelia-config
mountPath: /config
- name: pki
mountPath: /etc/pki
ports:
- name: http
containerPort: 9091
@@ -64,6 +66,10 @@ spec:
items:
- key: configuration.yml
path: configuration.yml
- name: pki
hostPath:
path: /etc/pki
type: Directory
---
apiVersion: v1
kind: PersistentVolumeClaim