Cleanup K8s specs and add README
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
- --endpoint=$(CSI_ENDPOINT)
|
||||
# - --logtostderr
|
||||
- --nodeid=$(NODE_NAME)
|
||||
- --p5x-endpoint=http://172.20.0.174
|
||||
- --p5x-endpoint=http://api.p5x-system.svc.cluster.local
|
||||
- --p5x-token=1
|
||||
env:
|
||||
- name: CSI_ENDPOINT
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: registry.millslan.net/glmdev/p5x-csi:latest
|
||||
image: docker.io/glmdev/p5x-csi:latest
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/component: controller
|
||||
app.kubernetes.io/name: p5x-controller
|
||||
name: p5x-controller
|
||||
name: p5x-csi-controller
|
||||
namespace: p5x-system
|
||||
spec:
|
||||
replicas: 1
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
- --endpoint=$(CSI_ENDPOINT)
|
||||
# - --logtostderr
|
||||
- --nodeid=$(NODE_NAME)
|
||||
- --p5x-endpoint=http://172.20.0.174
|
||||
- --p5x-endpoint=http://api.p5x-system.svc.cluster.local
|
||||
- --p5x-token=1
|
||||
env:
|
||||
- name: CSI_ENDPOINT
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
image: registry.millslan.net/glmdev/p5x-csi:latest
|
||||
image: docker.io/glmdev/p5x-csi:latest
|
||||
livenessProbe:
|
||||
failureThreshold: 5
|
||||
httpGet:
|
||||
|
||||
Reference in New Issue
Block a user