blob: 2b80a29c83db7100f2f5fad201b2091d595c0f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
apiVersion: v1
kind: Service
metadata:
labels:
app: robot
name: robot
namespace: {{ .Values.NS }}
spec:
ports:
- port: 88
nodePort: 30209
selector:
app: robot
type: NodePort
|