k8s/manifests/02-services/hw-service.yaml
Simple_Not e41dc0c4da
All checks were successful
continuous-integration/drone/push Build is passing
test helm
2023-06-20 00:11:50 +10:00

14 lines
220 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hw-service
namespace: vdk2ch
spec:
type: NodePort
selector:
app: helloworld
ports:
- protocol: TCP
port: 80
targetPort: 80
nodePort: 30001