k3s-configs/apps/dev-container/service.yaml

14 lines
198 B
YAML
Raw Normal View History

2024-04-25 19:55:49 +00:00
apiVersion: v1
kind: Service
metadata:
name: dev-cnt-svc
namespace: dev
spec:
selector:
app: dev-container
type: ClusterIP
ports:
- protocol: TCP
port: 7681
targetPort: 7681