feat: MySQL纳入K8s清单并开放NodePort

This commit is contained in:
admin
2026-08-02 10:21:05 +08:00
parent 84f9efc031
commit 674221a0cb
13 changed files with 558 additions and 2 deletions
+7
View File
@@ -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