OSDN Git Service

Plugin::AccessLog: merge AccessLog::LocalFile and AccessLog:Debug
[newslash/newslash.git] / package-test / k8s-newslash-svc.yml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: newslash-package-test
5 spec:
6   clusterIP: 10.254.88.30
7   type: NodePort
8   ports:
9     - port: 3000
10       nodePort: 30080
11       protocol: TCP
12       name: https
13   selector:
14     app: newslash-package-test