15 lines
262 B
YAML
Raw Permalink Normal View History

2025-08-13 01:00:20 -05:00
# services/crypto/xmr-miner/service.yaml
apiVersion: v1
kind: Service
metadata:
name: p2pool
namespace: crypto
labels: { app: p2pool }
spec:
type: ClusterIP
selector: { app: p2pool }
ports:
- name: stratum
port: 3333
targetPort: 3333