feat: MySQL纳入K8s清单并开放NodePort
This commit is contained in:
@@ -77,3 +77,10 @@ spec:
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
volumeMounts:
|
||||
- name: lpt-logs
|
||||
mountPath: /app/data
|
||||
volumes:
|
||||
- name: lpt-logs
|
||||
persistentVolumeClaim:
|
||||
claimName: lpt-logs
|
||||
|
||||
Reference in New Issue
Block a user