Some checks failed
Gitea Actions Demo / build-and-push-image (push) Failing after 30s
11 lines
167 B
YAML
11 lines
167 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: myfirstkube
|
|
spec:
|
|
selector:
|
|
app: myfirstkube
|
|
ports:
|
|
- protocol: TCP
|
|
port: 4206
|
|
targetPort: 4206 |