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

18 lines
293 B
YAML
Raw Normal View History

2023-11-24 12:09:47 +01:00
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: {}