17 lines
274 B
YAML
Executable File
17 lines
274 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: medicalalert-web
|
|
namespace: caresage-web
|
|
labels:
|
|
app: medicalalert-web
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: medicalalert-web
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 30846
|