13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: credentials
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 8000
|
|
protocol: TCP
|
|
selector:
|
|
app.kubernetes.io/name: credentials
|