k8s/manifests/02-services/hw-service.yaml
Simple_Not 00927cc0ba
Some checks failed
continuous-integration/drone/push Build is failing
ingress?
2023-06-22 00:17:34 +10:00

17 lines
256 B
YAML

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