blob: eb81d3870e559c513f2030ee80bc5f44d9bcc7b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
apiVersion: v1
kind: Service
metadata:
name: ajsc6configdemo
namespace: org-onap-aai
spec:
selector:
app: ajsc6configdemo
ports:
port: 80
protocol: TCP
targetPort: 8080
type: NodePort
|