Update mysql-chart/templates/service.yaml

This commit is contained in:
2026-07-18 11:50:36 +00:00
parent a58497ea64
commit ec1179707b
+3 -1
View File
@@ -1,6 +1,8 @@
apiVersion: v1
kind: Service
metadata: {name: mysql}
metadata:
name: mysql
namespace: {{ .Values.namespace }}
spec:
clusterIP: None
selector: {app: mysql}