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

14 lines
239 B
YAML

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