Files
myfirstkube/kubernetes/service.yaml
Mike Nolan ef030ea421
Some checks failed
Gitea Actions Demo / build-and-push-image (push) Failing after 30s
first commit
2026-05-07 22:15:24 -05:00

11 lines
167 B
YAML

apiVersion: v1
kind: Service
metadata:
name: myfirstkube
spec:
selector:
app: myfirstkube
ports:
- protocol: TCP
port: 4206
targetPort: 4206