apiVersion: v1
kind: Service
metadata:
name: adminer
spec:
type: ClusterIP
selector:
app: adminer
ports:
- protocol: TCP
port: 80
targetPort: 8080