All checks were successful
Gitea Actions Demo / build-and-push-image (push) Successful in 14s
13 lines
206 B
YAML
13 lines
206 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: myfirstkube
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: myfirstkube
|
|
ports:
|
|
- protocol: TCP
|
|
port: 4206
|
|
targetPort: 4206
|
|
nodePort: 30000 |