k8s/manifests/02-services/hw-service.yaml
Simple_Not c5d7eb478b
Some checks failed
continuous-integration/drone/push Build is failing
test helm
2023-06-20 00:03:12 +10:00

14 lines
238 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: 7855