mirror of
https://github.com/amidaware/trmm-awesome.git
synced 2024-12-12 01:10:49 +01:00
21 lines
354 B
YAML
21 lines
354 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: tacticalrmm
|
|
labels:
|
|
app: tacticalrmm
|
|
service: tactical-nlb
|
|
name: tactical-nlb
|
|
spec:
|
|
type: LoadBalancer
|
|
# externalTrafficPolicy: Local
|
|
ports:
|
|
- name: "http"
|
|
port: 80
|
|
- name: "https"
|
|
port: 443
|
|
- name: "nats"
|
|
port: 4222
|
|
selector:
|
|
service: tactical-nlb
|