14 lines
No EOL
208 B
YAML
14 lines
No EOL
208 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: adminer-service
|
|
spec:
|
|
selector:
|
|
app: adminer
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8080
|
|
targetPort: 8080
|
|
nodePort: 30288
|
|
type: NodePort
|
|
|