扣子智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
449 B

apiVersion: v1
kind: Service
metadata:
name: {{ include "opencoze.fullname" . }}-mysql
labels:
{{- include "opencoze.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: {{ .Values.mysql.port }}
targetPort: {{ .Values.mysql.targetPort }}
name: mysql
selector:
app.kubernetes.io/component: mysql
app.kubernetes.io/name: {{ include "opencoze.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}