Skip to content

Commit

Permalink
uf
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamv108 committed Aug 28, 2023
1 parent 11b4a9a commit 52490de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions k8s/mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: mysql
name: sse-mysql
labels:
name: sse-mysql
---
Expand Down Expand Up @@ -71,8 +71,6 @@ spec:
- name: MYSQL_DATABASE
value: sse
# Use secret in real usage
- name: MYSQL_ROOT_PASSWORD
value: root1234
ports:
- containerPort: 3306
name: mysql
Expand Down

0 comments on commit 52490de

Please sign in to comment.