certs pv update
This commit is contained in:
parent
b804311fba
commit
d965b16f10
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ apiVersion: v1
|
|||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: certs-pvc
|
||||
namespace: default
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: default
|
||||
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue