mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 22:48:20 +00:00
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: minio
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 9000
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app.kubernetes.io/name: minio
|