k8s/manifests/02-services/hw-service.yaml
Simple_Not b583a5be65
Some checks failed
continuous-integration/drone/push Build is failing
test helm
2023-06-19 23:57:55 +10:00

12 lines
201 B
YAML

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