k8s/db-service.yaml (13 lines of code) (raw):

apiVersion: v1 kind: Service metadata: name: cookieshop-db labels: app: cookieshop role: db spec: ports: - protocol: TCP port: 3306 selector: app: cookieshop