Files
medicalalert-web-reloaded/build/dev/service.yml
2023-07-28 07:31:54 +05:30

17 lines
278 B
YAML
Executable File

apiVersion: v1
kind: Service
metadata:
name: medicalalert-web
namespace: medicalalert-web
labels:
app: medicalalert-web
spec:
type: NodePort
selector:
app: medicalalert-web
ports:
- protocol: TCP
port: 80
targetPort: 80
nodePort: 30846