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]>
12 lines
182 B
YAML
12 lines
182 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: truenas
|
|
namespace: truenas
|
|
spec:
|
|
ports:
|
|
- name: https
|
|
protocol: TCP
|
|
port: 443
|
|
appProtocol: kubernetes.io/h2c
|