mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Change IP of all LB Services to a different subnet Use externalTrafficPolicy on some LB Services Signed-off-by: Vegard Hagen <[email protected]>
13 lines
205 B
YAML
13 lines
205 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: proxmox
|
|
namespace: proxmox
|
|
spec:
|
|
ports:
|
|
- name: https
|
|
protocol: TCP
|
|
port: 443
|
|
appProtocol: kubernetes.io/h2c
|
|
targetPort: 8006
|