netmaker: add API and UI
This commit is contained in:
13
netmaker/ui/svc.yaml
Normal file
13
netmaker/ui/svc.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: 'netmaker-ui'
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: 'netmaker-ui'
|
||||
sessionAffinity: None
|
||||
type: 'ClusterIP'
|
||||
Reference in New Issue
Block a user