instructiones
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user