...

Text file src/edge-infra.dev/config/pallets/sds/mariadb/generic/service.yaml

Documentation: edge-infra.dev/config/pallets/sds/mariadb/generic

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: db-internal
     5spec:
     6  type: ClusterIP
     7  selector:
     8    app-service: db-internal
     9  ports:
    10  - name: db-port
    11    protocol: TCP
    12    port: 3306
    13    targetPort: 3306

View as plain text