mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
15 lines
255 B
YAML
15 lines
255 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: management
|
|
namespace: netbird
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: management
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
appProtocol: kubernetes.io/h2c
|