Skip to content

Commit

Permalink
Update all-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Feb 21, 2024
1 parent 7742597 commit daed995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/mariadb/all-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
requests:
cpu: "0.1"
memory: "100Mi"
env:
env:
- name: MYSQL_ROOT_PASSWORD
value: ro0tP4sSworD
- name: MYSQL_DATABASE
Expand All @@ -53,9 +53,6 @@ spec:
value: wpuser
- name: MYSQL_PASSWORD
value: W0rd_Pr3sSUs3r.
volumeMounts:
- name: "mariadb-persistent-storage"
mountPath: "/var/lib/mysql/"
readinessProbe:
tcpSocket:
port: 3306
Expand All @@ -64,6 +61,9 @@ spec:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 3
volumeMounts:
- name: "mariadb-persistent-storage"
mountPath: "/var/lib/mysql/"
volumes:
- name: mariadb-persistent-storage
persistentVolumeClaim:
Expand Down

0 comments on commit daed995

Please sign in to comment.