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

15 lines
237 B
YAML

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