mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
20 lines
404 B
YAML
20 lines
404 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: {{ include "..fullname" . }}-lb
|
||
|
labels:
|
||
|
{{- include "..labels" . | nindent 4 }}
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
selector:
|
||
|
{{- include "..selectorLabels" . | nindent 4 }}
|
||
|
component: frontend
|
||
|
externalTrafficPolicy: Local
|
||
|
ports:
|
||
|
- name: isakmp
|
||
|
protocol: UDP
|
||
|
port: 500
|
||
|
- name: ipsec-nat-t
|
||
|
protocol: UDP
|
||
|
port: 4500
|