sso-kustom/components/werther/resources/service.yaml

18 lines
293 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: werther
name: werther
spec:
type: ClusterIP
ports:
- name: werther
port: 8080
targetPort: werther-http
protocol: TCP
selector:
app.kubernetes.io/name: werther
status:
loadBalancer: {}