12 lines
173 B
YAML
12 lines
173 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: proxmox
|
|
namespace: proxmox
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8006
|
|
targetPort: 8006
|
|
type: ClusterIP
|