k8s/manifests/02-services/hw-service.yaml
Simple_Not 6affc015ee
Some checks failed
continuous-integration/drone/push Build is failing
ingress?
2023-06-22 00:23:37 +10:00

18 lines
276 B
YAML

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