Tanguy Herbron
64edf557d6
The previously used file naming convention is no longer necessary as Kustomize already orders any request done to the fluster, without having to rely on the `--recursive` fly of the `apply` command.
21 lines
445 B
YAML
21 lines
445 B
YAML
---
|
|
# Source: traefik/templates/pvc.yaml
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: traefik
|
|
annotations:
|
|
helm.sh/resource-policy: keep
|
|
labels:
|
|
app.kubernetes.io/name: traefik
|
|
helm.sh/chart: traefik-10.24.2
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/instance: traefik
|
|
spec:
|
|
accessModes:
|
|
- "ReadWriteOnce"
|
|
resources:
|
|
requests:
|
|
storage: "128Mi"
|
|
storageClassName: "local-path"
|