best-garden-50389
apiVersion: v1 kind: Service metadata: name: auth-app-service spec: ports: - name: auth-app port: 3038 targetPort: 3038 protocol: TCP type: ClusterIP selector: app: auth-app