14 lines
No EOL
229 B
YAML
14 lines
No EOL
229 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: r209-service
|
|
spec:
|
|
selector:
|
|
app: r209-deployment
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 5000
|
|
nodePort: {{ .Values.r209.port }}
|
|
type: NodePort
|
|
|