blob: 3e6db4e68d6f9ec15bc81b8a98597c95038da8d5 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: jemo
labels:
app: jemo
spec:
ports:
- name: http
port: 80
protocol: TCP
- name: https
port: 443
protocol: TCP
selector:
app: jemo
type: LoadBalancer