blob: 907d4af1b95478f5331d43acf2cda63f74587c24 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: soft-serve
namespace: {{ .Release.Namespace }}
spec:
type: LoadBalancer
selector:
app: soft-serve
ports:
- name: ssh
port: {{ .Values.port }}
protocol: TCP