We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b7cb9 commit 30dbffaCopy full SHA for 30dbffa
docs/deploy/kubectl/kubepi-pvc.yaml
@@ -79,6 +79,8 @@ spec:
79
ports:
80
- containerPort: 80
81
protocol: TCP
82
+ securityContext:
83
+ privileged: true
84
volumeMounts:
85
- name: kubepi-persistent-storage
86
mountPath: /var/lib/kubepi
docs/deploy/kubectl/kubepi.yaml
@@ -61,4 +61,6 @@ spec:
61
imagePullPolicy: Always
62
63
64
- protocol: TCP
+ protocol: TCP
65
66
0 commit comments