blob: c1e3326591064ae08f67b6743265adbbc0d18564 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: soft-serve
namespace: {{ .Release.Namespace }}
annotations:
metallb.universe.tf/loadBalancerIPs: {{ .Values.reservedIP }}
spec:
type: LoadBalancer
selector:
app: soft-serve
ports:
- name: ssh
port: {{ .Values.port }}
protocol: TCP