trmm-awesome/kubernetes/nlb.yaml

21 lines
354 B
YAML
Raw Normal View History

2022-01-03 08:37:09 +01:00
apiVersion: v1
kind: Service
metadata:
namespace: tacticalrmm
labels:
app: tacticalrmm
service: tactical-nlb
name: tactical-nlb
spec:
type: LoadBalancer
# externalTrafficPolicy: Local
2022-01-03 08:37:09 +01:00
ports:
- name: "http"
port: 80
- name: "https"
port: 443
- name: "nats"
port: 4222
selector:
service: tactical-nlb